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

Cant upload single file using `limit:1` property #14

Closed bipinm25 closed 7 years ago

bipinm25 commented 7 years ago

I need to upload only a single file at a time. So i used the limit property (limit:1) .This will select only one file and but when i submitting the form it post null value. How can i over come this issue?. Is there any other method to upload and submit single file.?