bitplatform icon indicating copy to clipboard operation
bitplatform copied to clipboard

Incorrect Status Code handling in the `FileUpload` when the value is 0

Open msynk opened this issue 3 years ago • 0 comments

Currently, when the status code value is 0 the FileUpload always considers it as a Paused state (when xhr is aborted) which is not entirely correct, this status code value can happen in other situations too making the component behave incorrectly in those scenarios.

more info about status code 0: https://stackoverflow.com/a/14507670

msynk avatar Sep 07 '22 07:09 msynk