websanova/vue-upload

File state doesn't change

Closed this issue · 2 comments

I'm building a simple upload list showing the progress of each upload. Although a successful upload will reach 100 percentComplete, the state remains "upload". Shouldn't it change to "success"? My server returns a 200 response. Is there anything else that needs to be done in order to update the file.state?

Thanks!

Just testing this, seems fine to me.