Commit 0decc74
committed
Allow to provide an alternate Name for the file upload. Closes blueimp#2677
If the given File or Blob object has an uploadName property, it will be
used as third parameter for FormData.append().
Please note that not all browsers support this third parameter.
Unfortunately, the name property of File objects is read only.1 parent cc70588 commit 0decc74
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
| 466 | + | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
| |||
0 commit comments