Hello,
I tested MIGX for the first time and this addon is really impressive.
I'm working on a custom gallery, and MIGX could be exactly what i need in this case, but i'm looking for a way to allow multi-upload.
Is it doable?
THanks.
multi-upload to mediasource and synchronising the MIGX-items with uploaded files is possible.
Tutorial on rtfm, how to set it up, is coming soon
-
☆ A M B ☆
- 24,524 Posts
Does this allow multiple select on the local file browser for uploading multiple files all at once, as Gallery does?
yes, it does. Allows also dragging from your local file browser.
Its based on Jakos
https://github.com/Jako/AjaxImageUpload#readme
and
http://fineuploader.com/
it uses an iframe in the window with this content
https://github.com/Bruno17/MIGX/blob/master/core/components/migx/templates/mgr/iframechunks/ajaxupload.html
so its easy to create own templates with own styling and configurations
see also this part:
https://github.com/Bruno17/MIGX/blob/master/core/components/migx/configs/grid/grid.config.inc.php#L324
you can create custom-functions in a custom-config-file to load your own templates into the iframe
[ed. note: Bruno17 last edited this post 12 years ago.]
Bruno,
This is brilliant. Thanks so much.
Quick question - is there any way to add a "remove all items" button in MIGX config? I'm finding that would be helpful in this instance.
And also, is there a way to control the size of the image thumbnail in the item grid?
Let me know!
[ed. note: presson83 last edited this post 12 years ago.]
-
☆ A M B ☆
- 350 Posts
Just run through the tutorial for Resource Specific Media Source - works brilliantly. This is perfect for a couple of projects I'm working on at the moment.
Thanks Bruno for all your work on this extra, it is so versatile.
http://rtfm.modx.com/display/ADDON/MIGX.Use+resource-specific+mediasource+and+multifile-uploader
Helen Warner
Number one pixel!
Proud to be linked with MODX at
Crimson Pixel
I'm having an issue with the "load from mediasource" button.
After I use the multi-upload button to upload some files, they are correctly uploaded to that resources folder. From there, I click the "load from mediasource" button. While it does create the appropriate amount of MIGX items, each item's TV fields are left blank (no values).
Any thoughts on why this might be?