0

I need to view the progress status and information in client browser while upload & translation happening. how to do it in forge viewer? i want to show it with a progress bar. Any help on this?

sripandianman
  • 35
  • 1
  • 6

1 Answers1

0

Not sure the way how you want to implement it. Here are some references for you:

Once you got the progress data, you can use WebSocket to deliver the progress data from your server to the frontend side ( your viewer page), then use some technics like bootstrap progress bar, JavaScript progress bar and etc. to display your progress data.

Eason Kang
  • 6,155
  • 1
  • 7
  • 24