ngx-uploader icon indicating copy to clipboard operation
ngx-uploader copied to clipboard

check the loading process return responseStatus null

Open sertrah opened this issue 8 years ago • 2 comments

i'm trying to implement handle error for 413 or 404. and i want to detect the status when is 'uploading', but just works when is 'done' image i print in console console.log(output.file); And this object show me the responseStatus nice! but in the same line I try to access the property console.log('start', output.file.responseStatus); but in this case return null :cry: when above resposeStatus exists

sertrah avatar Nov 07 '17 20:11 sertrah

@H4isan could you post your component code?

retailify avatar Nov 14 '17 11:11 retailify

i delete the piece of code, but I subscribe to the file with Rx. currently i'm just use the condition when is "done" :cry: i couldn't evaluate each status of the upstreaming

sertrah avatar Nov 15 '17 18:11 sertrah