I took some code from the Image FUpload module and integrated it with this one.

If you select an imagefield for plupload, and after you've finished uploading some images, it will redirect to a "post-upload" page where you can see all the images you've just uploaded and edit their title and caption.

This is really useful if you're using plupload to create multiple image nodes and you need to edit them all at once. It requires imagefield and imagecache.

Since this is a major feature and change of scope for this module, I wanted to ask the maintainers if you'd like me to submit a patch for this, or spin-off my own module specifically for image uploading?

Comments

justintime’s picture

My vote would be a separate module. The reason plupload grabbed my interest is because it does one thing, and does it well. I came running, kicking, and screaming from image_fupload because it attempted to do everything, and didn't do any of it really well.

In my particular use case, Node Gallery has it's own bulk editing form, so this code would be not needed at all. I think this is something greggles will have to answer - my only request is that if something like this is accepted, that it default to be turned off.

dreamdust’s picture

I didn't know Node Gallery had plupload integration. Seems they used some of the same code too. I'm going to test NG3 now, but it looks like I just wasted yesterday LoL

rjbrown99’s picture

FWIW, my post-upload edit page is a view that uses the editablefields module. My view triggers on all images that are missing specific fields (which would be true for anything that was uploaded since no titles or CCK fields have yet to be populated.) I was just throwing that out as perhaps a more flexible and standardized way of doing editing.

brunorios1’s picture

subscribing...