[x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
[x] The issue still exists against the latest master branch of bootstrap-fileinput.
[x] This is not an usage question. I confirm having read the plugin documentation and demos.
[x] This is not a general programming / coding question. (Those should be directed to the webtips Q & A forum).
[x] I have attempted to find the simplest possible steps to reproduce the issue.
[ ] I have included a failing test as a pull request (Optional).
Steps to reproduce the issue
Go to Resumable Uploads Demo in plugins.krajee.com for file-input plugin.
Open Network tab by doing an inspect element on the same page.
Upload a zip file, large enough, under Resumable Scenario # 1 an keep and eye on network tab.
Expected behavior and actual behavior
When I follow those steps, I see that the upload url is called recursively with every chunk to upload, status being pending , with gradually changes to status 200, except the very first chunk. The status stays pending which changes to status 400 and the upload fails.
I tried to implement this plugin in my web application and ran into the same issue.
I was expecting all the chunks to get uploaded having status 200.
Prerequisites
master
branch of bootstrap-fileinput.Steps to reproduce the issue
Expected behavior and actual behavior
When I follow those steps, I see that the upload url is called recursively with every chunk to upload, status being pending , with gradually changes to status 200, except the very first chunk. The status stays pending which changes to status 400 and the upload fails. I tried to implement this plugin in my web application and ran into the same issue. I was expecting all the chunks to get uploaded having status 200.
@kartik-v kindly have a look into it.
Environment
Browsers
Operating System
Libraries
Isolating the problem