danielm / uploader

A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
https://danielmg.org/demo/java-script/uploader
MIT License
1.17k stars 384 forks source link

set filename to hidden field for form submission #8

Closed allyraza closed 6 years ago

allyraza commented 10 years ago

Hi

thank you for the plugin.

it would be nice to set the filename to a hidden field.

danielm commented 10 years ago

Hey, thanks for trying it!

Could you explain a little bit more of what are you trying to do?

Cheers,

allyraza commented 10 years ago

once the file is uploaded the filename should be stored in hidden field makes it easy to submit the standalone form.

although it can be done via callbacks it would be nice to have simple api for new users to define a field name for filename after the file has been uploaded

x-jim commented 9 years ago

+1

danielm commented 6 years ago

Closing the issue. For future reference, with the new release is easier to do this.

Check the Single Upload demo: https://danielmg.org/demo/java-script/uploader/single-upload