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.65k stars 611 forks source link

204 instead of 404 in PHP example code. #583

Open obaarne opened 3 years ago

obaarne commented 3 years ago

Return HTTP 204 when chunk is not found, avoiding errors in browser console as per the README recommendation ( https://github.com/23/resumable.js#handling-get-or-test-requests )