You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might be wrong, but it might not be a bug in place I pointed above. Chunk requests actually are always bigger than 0 bytes even though file uploaded is 0 bytes. This is because request contains headers. You should test out each progress function in flow.js to find which part might cause this issue. There are 3 progress functions: chunk, file and total. Try adding some breakpoints and fixing one should fix the others as well.
I just tried to load an empty file and i nocided that the progress() function continues to report 0 after completion of the upload.
@AidasK: I've still to look at the code but maybe you have already an idea about this possible errore
The text was updated successfully, but these errors were encountered: