bitplatform
bitplatform copied to clipboard
Incorrect Status Code handling in the `FileUpload` when the value is 0
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