23 / resumable.js

A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.
MIT License
4.67k stars 611 forks source link

Fixes problem that target url ends with & when all the params disabled #494

Closed Inversion-des closed 6 years ago

Inversion-des commented 6 years ago

In our case, we use special headers for metadata, so I had to disable all url params and found that still '&' is added.