innostudio / fileuploader

Beautiful and powerful HTML file uploading tool. A jQuery, PHP and Node.js plugin that transforms the standard input into a revolutionary and fancy field on your page.
141 stars 25 forks source link

how can i send multiples files at the same time on button click via ajax? #12

Closed tdias25 closed 7 years ago

tdias25 commented 7 years ago

i'm using the basic implementation, with no autostart and with no ajax, just a regular form and a button, i want to know if its possible to send multiple files with ajax on button click.

innostudio commented 7 years ago

@tdias25 in this case you will need to submit the entire form. Using the basic jQuery.ajax request, you can send the form inputs to the back-end (ex: https://github.com/CreativeDream/jquery.uploader).

tdias25 commented 7 years ago

that's not the same plugin isn't it? and i tried something like that but it came empty

tdias25 commented 7 years ago

or its possible to desactive the "autostart" and then on button click trigger the event and show the progress bar