File state doesn't change
Closed this issue · 2 comments
ikmolbo commented
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!
websanova commented
Sorry, been super busy lately, will try to take a look at this soon,
otherwise you can just take a peak in the source and submit a PR, the code
is not that complicated for this plugin.
…On Thu, Nov 1, 2018 at 6:17 PM Ilya Oblomov ***@***.***> wrote:
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!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#45>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABkcy5eOUtAmXTQXi1IqfVJe7HFa6-P6ks5uqthBgaJpZM4YGNzn>
.
websanova commented
Just testing this, seems fine to me.