carlos
carlos
ok,after the files uploaded to the background,Server side forward pass a result, the result in the response, But I don't know how to use this plug-in to receive the response。...
Well, Thank you for your answer, but the problem hasn't solved,add this code to onUploadOutput(output: UploadOutput): else if (output.type === 'done') { this.files.forEach(file => { console.log(file.response); }); } But in...
When the upload is completed,no longer automatically invoke onUploadOutput ,that is “else if (output.type === 'done')” never be executed,what reason is this?I didn't see similar problems on stack overflow ,this...
Yes, I read it,and all the upload process of mine is successful,and has been through a browser to see the server returned results.Hm,I mean, In my "onUploadOutput" method,from beginning to...
Yes, I sent an email to you, there is a screenshot about this problem, you received?
    
Hi,my problems are similar to this: 
Yes, I am the output, or there is no "done" status 