HTML5 File Upload Support Product Page

Answered

Can you add multiple files at once with this extension?

Asked 01 Apr 2016 03:01:41
1
has this question
01 Apr 2016 03:01:41 Brad Lawryk posted:
Or do we have to use the drop zone extension?

Replies

Replied 04 Apr 2016 08:50:38
04 Apr 2016 08:50:38 Teodor Kuduschiev replied:
Yes, if you are using a file field, with the multiple attribute enabled, then you can do this. Note, your multiple upload field name must contain: [] in the name. Example:
<input name="file1[]" type="file" multiple id="file">
Replied 04 Apr 2016 15:43:03
04 Apr 2016 15:43:03 Brad Lawryk replied:
That's great. And these will create individual records as well?
Replied 04 Apr 2016 15:49:57
04 Apr 2016 15:49:57 Teodor Kuduschiev replied:
Yes, that's right.

Reply to this topic