Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I using VimeoDotNet v0.7.6 , I can upload video to Vimeo server, but how do i can show the progress of the upload progress.
Thanks in advance.
Posted
Updated 22-Jul-15 21:26pm
v4

1 solution

Look up the ProgressBar classes. They exist for both WinForms and WPF.
 
Share this answer
 
Comments
Member 10257699 23-Jul-15 3:59am    
Thank you, but I want to know how to get the uploaded file size to display on progressbar
Daniel Pfeffer 23-Jul-15 5:31am    
See the following URL https://developer.vimeo.com/api/upload/videos and read about resumable HTTP PUT uploads. I assume that VimeoDotNet allows this type of upload...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900