antony / grails-ajax-uploader

The Grails Ajax-Uploader plugin is a Grails Tag Library which implements Andrew Valum's excellent file uploader. Supporting drag and drop, progress/status updates, multiple file uploads and more for your application. Visit http://www.grails.org/plugin/ajax-uploader for detailed documentation and feature list.
http://www.grails.org/plugin/ajax-uploader
15 stars 15 forks source link

New automatic filenames generation #17

Open frangarcia opened 12 years ago

frangarcia commented 12 years ago

I think it could be great to have the possibility of generating filenames on the fly and then returning to the user this name in order to act properly. Currently, the filename is generated acording to the configuration in the Config.groovy but I think it should be automatically generated and then returned to the user to allow multiple users upload multiple files.

antony commented 12 years ago

I agree. I'll see what can be done :)