This repository was archived by the owner on Apr 8, 2026. It is now read-only.
Commit b44a9a4
authored
Update jquery.fileupload.js
This code creates issues with multiple file attachments with ios. only the first attachment works, subsequent attachment fails.
HTMLInputElement.webkitEntries api for input file element, is highly inconsistent in nature. web documents suggests that webkitEntries is non-standard and experimental api and support for it has been dropped.1 parent 1363486 commit b44a9a4
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1298 | 1298 | | |
1299 | 1299 | | |
1300 | 1300 | | |
1301 | | - | |
1302 | | - | |
| 1301 | + | |
1303 | 1302 | | |
1304 | 1303 | | |
1305 | 1304 | | |
| |||
0 commit comments