4

I created a website where a user uploads videos and I process the video frame by frame with a python function. In this function, I know how many frames I've already processed. And I want to show the progress to users in a progress bar. I googled a lot, but almost all progress bars are for uploading, so how can I implement this? Thanks!

1
  • see stackoverflow.com/questions/2922874/… . A simple way would be to write current progress into db or session, and have separated ajax call pull the progress once every X seconds. Commented May 10, 2016 at 2:19

1 Answer 1

8

I wrote a demo, in case this may help someone else.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.