Hi - I am using image_fupload to upload multiple images to a single imagefield in one go. It would be great if insert could work on the Image FUpload form element.
Thanks for a great module.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | fupload_insert_support-631698-8.patch | 781 bytes | czigor |
| #7 | image_fupload_imagefield.zip | 451 bytes | spiderman2000 |
Comments
Comment #1
whatdoesitwant commented+ one on that one
short of drag and drop uploading, integration of image_fupload with filefield_sources and insert would be the closest thing to the holy grail of wysiwyg usability i can think of. I'm not a programmer but i could test patches. Find me @whatdoesitwant.
Comment #2
zzrwood commentedI would also be very happy to help test patches - I have a large site that might provide a good test case. We have tried just about every possible permutation to upload a fairly large numbers of images (usually around 20-30), easily attach them to an article content type - and then use some of the images inline and the rest available through a sideshow.
Thanks for a great module.
Comment #3
rokr+1 for this great setup.
Comment #4
Breakerandi commentedsubscribe
Comment #5
timwoodsub
Comment #6
gooddesignusa commentedsub
Comment #7
spiderman2000 commentedHere is what you can do:
1. Open insert.module and append this code to the end of the insert_init function:
The code above is requiered to initialize the function that actually does the job.
2. Now copy the image_fupload_imagefield.inc file (unzip first) into \modules\insert\includes
3. This should do the trick, at least it did for me. I use Image_FUpload 6.x-3.0-rc2 with ImageField 6.x-3.3 and Insert 6.x-1.0-beta4.
Comment #8
quicksketchI'm moving this to the Image FUpload queue to see what they think over there. I won't be adding support for Image FUpload directly into Insert.
Comment #9
czigor commentedPatch attached for Insert support.