Thanks for responding so quickly to my last request. Thought I'd try another ;)
My image upload works perfect. Save image to filename userid_filename just as I want.

Now... I want the user to be able to submit multiple images by clicking on an "add another" button. Is this something I can do with your code? I've tried some jquery to increment ids/names/labels but its not really working.

Thanks

Comments

alan d.’s picture

Title: Add another image » Adding support for multiple image uploads
Category: support » feature
Status: Active » Postponed

I haven't got the time to develop this module at the moment. The project that I wrote it for is still on the back burner, :(

If anyone is interested in trying, submit a patch or I can grant CVS access.

alan d.’s picture

Status: Postponed » Closed (won't fix)

Marking closed as I have stopped development with the introduction of the effectively the same element in Drupal 7, (managed_file in the core File module).

adr_p’s picture

Title: Adding support for multiple image uploads » I'd like to take over this module and continue the project
Version: 6.x-1.1 » 6.x-1.2
Component: Code » Miscellaneous
Category: feature » task
Priority: Normal » Critical
Status: Closed (won't fix) » Active
Issue tags: +maintainership

A while ago I've made a similar module and used it in my own projects (in fact those are two modules, say: file element and image element, which extends the previous one; both have a capability of multiple uploads). Seeing that you have abandoned Upload element I would like to take over the module and became a maintainer as I found it useful and needful. I'll publish the modules as separate project in case your negative response. Waiting for your reply. Thanks.

alan d.’s picture

Title: I'd like to take over this module and continue the project » Support for multiple image uploads
Priority: Critical » Normal

Hi

I haven't abandoned the module, I've just not in a good position to maintain it while on the road. I've currently got two months work while in Mexico and I'm just looking at some of the other modules that I maintain. I wasn't going to look at this one as it is stable and there is an alternative in Drupal 7 core.

With this in mind, a sub project within this one could be a good place to start if you want to associate this feature closely with this element. From Drupal 7, you could move it out of this project and into it's own name space in CVS and use the managed file element from core. Or start with a fresh project now.

The choice is yours, I can add you to CVS if you need want the integrated appoarch, otherwise you can use this argument to get the webmasters to grant you CVS access to develop seperately.

I.E. The end of this module due to managed file element in Drupal 7 core and the need for a non-fieldable multiple element file widget.

Reverting the issue name, as this provides tracking of the original issue for end users.

Cheers

Alan

PS: I hope there is not going to be an issue with #508924: Preview Not Updating After $form_state['rebuild] , it is a caching issue thing that has an easy workaround in Drupal 7 but not Drupal 6.

alan d.’s picture

Cross posting - #920968: Co-maintainers

alan d.’s picture

Status: Active » Closed (won't fix)

Drupal 7 is nearly out, so this task can be moved into a new project that uses the internal managed_file field.