Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

GridField Component : Bulk Image upload


Go to End


2 Posts   2883 Views

Avatar
colymba

Community Member, 26 Posts

19 July 2012 at 1:02am

Hi All,

I've been working on a GridField component that allows to create records that contain images in bulk. Basically uploading a bunch of images and editing some of the DataObject's fields on the fly. (This makes uses of UploadField and how it is used in asset admin)

I've got the code here: https://github.com/colymba/GridFieldBulkImageUpload
and it seems to work OK apart from a few bugs and some improvements needed.

One thing I have a hard time understanding is why the "Drag & Drop" area doesn't always show up in Chrome? If anyone has time to test and/or comment I would appreciate it.

Thanks, Thierry

Avatar
colymba

Community Member, 26 Posts

17 August 2012 at 2:35am

Thought I should update this since this has evolved and am now working on bulk editing/management of DataObject (not just image related ones...)

New link: https://github.com/colymba/GridFieldBulkEditingTools