- Known Issues 3
- Bugs 1781
- Feature Requests 1165
- Projects 415
- General Discussion 1373
- Technical Help 1097
- Cameras 240
- API 111
This conversation is missing your voice. Take five seconds to join Vimeo or log in.
- Vimeo: About / Blog / Roadmap / Developers / Community Guidelines / Forums / Help! / Site Map
- Legal: © 2008 Vimeo, LLC. All rights reserved. / Terms & Conditions / Privacy Statement



.
I've managed to boostrap code around letting users directly upload videos to vimeo but with the help of the api, so basically the upload form posts to vimeo, while being part of my application. I can't seem to find any pure JS upload progress indicators .. and it seems like vimeo itself is using a server side request .. is there a way for api users to implement upload progress indicators at all? (baring ugly things like flash/java uploaders)
Thanks
Either way, we don't offer an upload progress meter. It's much easier to implement them on the client side anyways. If you look around the net, you may be able to find ways to do a progress bar without flash.
.. but yea .. the way I'd hope to do this, users would upload straight to vimeo
Thanks
Either way though, we don't provide the upload progress via the API. It's probably best done on your end via flash or some other means.