-
Notifications
You must be signed in to change notification settings - Fork 809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading animation while uploading files #1770
Comments
@sumitlearnt Where do you want to show the progress bar? Right now we do not have this functionality in the file question. I may add it as a feature request. Thank you, |
@andrewtelnov Thanks for reply, I want to show the progress bar just underneath of file field . thats where i am struggling. At the moment I was able to show the progress bar out of the surveyjs components i.e somewhere on the same html page |
@sumitlearnt No doubt, the progress bar inside the question would be better. It is in our TODO list now, but I could not get any estimates on this functionality yet. Busy with other things, sorry. Thank you, |
Hi, or can you suggest me some alternative to show progress bar in the question div itself ? |
SurveyJS is a client side JavaScript library and doesn't contain the We'll work of this feature if it will be highly requested. On the other hand you can write your custom |
I did something like below , to show progress underneath file uploader
|
Hi @sumitlearnt |
@pankajQW @andrewtelnov
|
Hey thanks for your efforts and response. I was also working on this yesterday night and have done this way and frankly it's working for me.
Let me know if you think this is correct or not? Appreciate your efforts |
@pankajQW IMO you should get rid of hardcoded class like |
+1 loading animation is still not implemented |
Hey @andrewtelnov / @tsv2013 |
@ZakariaESDModellium at this moment - no |
Fixed in surveyjs/survey-creator#4435 |
I was able to upload mutiple file from surveyjs using XHR upload from the sample. I can also see the total bytes uploaded . Is there any way to show them as the progressbar?
The text was updated successfully, but these errors were encountered: