-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Adding the upload progress bar #1
Comments
Hi I'd like to work on this issue. Can you guide me a little? |
Hey there, @garvita-jain BackgroundOkay so, if you can clone the repo and work locally with it, you'll find that the app basically converts any image to a stylized version of it. The thing is when we are uploading the image locally, it works effortlessly and the results are shown in a matter of seconds which is bearable by the user. But our user is using the app that is deployed on the web, and uploading to web is quite time-consuming. By web here I mean AWS S3 bucket. The thing is that when we upload there is no progress bar or some UI that depicts the upload progress. The only UI available is the chrome's loading bar at the top of the tab. So the resolutionTo integrate a progress bar that depicts the upload percentage when the user uploads the image. Take a note that we are using flask for uploading, so this might not be a mainstream task of integrating progress bar, but you can always search the web. :) |
I am supposed to work on the stylize.py file and add a progress bar using flask in the code segment with the comment "Load comment image", right? |
Hey @garvita-jain |
Add the progress bar indicating the progress of the uploading photo. Consider the responsiveness of the website when adding the components.
The text was updated successfully, but these errors were encountered: