-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
File uploaded, but UI not refreshed #97
Comments
same issue :( |
Ah, i guess this is the same issue as mine #100, only my file actually gets uploaded (receives a response from the server) after ~ 2 mins, UI refresh part is instant i suppose. I do get the same warning The provided value 'undefined' is not a valid enum value of type XMLHttpRequestResponseType. Thanks for noting that, i didn't notice that, i'll try to dig deeper. |
Same issue here |
check the last pull request guys |
cool, i'll try if it works in the next couple of days. |
No I meant this fixes the issue for files under 2MB so it will show all progress for all files... Try it and tell me thanks |
thanks for your contribution, i've tested the pull request, and it's almost working ;) this will fix the following error in the js console: following warning is still present in the js console while uploading files: nevertheless, it's working now ;) |
When uploading an image, sometimes the progressbar does not update and is stuck at 0%, even though the file was successfully uploaded to the server.
In some cases, the UI eventually refreshes after waiting a very long time...
It is unpredictable to me when this happens, what's always is printed in the client console is following warning:
cfs_upload-http.js:138: The provided value 'undefined' is not a valid enum value of type XMLHttpRequestResponseType.
I've setup my schema as described in the example: https://github.com/yogiben/meteor-autoform-file#multiple-images
I'm using Meteor 1.2.1 and autoform-file 0.4.2
Does anyone have a solution to this problem?
Thanks in advance
The text was updated successfully, but these errors were encountered: