php - Upload directly to Vimeo via form -


i need know method upload video vimeo pro account using form , php (to auth). can send video directly vimeo, using panel, expected. have clients want upload videos directly control panel (created me), outside of vimeo, , have unique pro account, , can't share account data.

seems can it, based on page api https://developer.vimeo.com/apis/advanced/upload#post (uploading via post).

my doubts are:

  • can that, without pass clients vimeo pro account data?
  • it's secure method (considering clients respect agreement vimeo)?

i need upload directly vimeo, without pass server, because i'll have 2 works: 1 upload server, other upload server vimeo.

off-topic: believe not have problems vimeo, since customers of 1 company, , account belongs company, , videos responsibility.

how should work

  1. user access panel, credentials;
  2. user access video upload page;
  3. probably server contact vimeo uploader auth;
  4. user select vimeo file , submit form;
  5. system receive vimeo id , happy forever.

thanks!

edit: feature supported vimeo's (in beta) api3. can request access @ https://vimeo.com/help/contact

the below information still accurate in regards advanced api

this feature not reliably supported advanced api.

the primary issue client side uploads, there no way tell upload server once upload complete. additionally, there no client side technique find out whether upload has completed

you might able cheat , have user upload through iframe, , have primary page perform verify chunks call every couple of seconds. have not tried this, @ moment theory. if attempt hack, vimeo love know more via contact page https://vimeo.com/help/contact

the feature discussing on roadmap next version of api, , imperfect version available @ api hackday. might better idea hold off bit , wait official feature.

note: observation not apply server side uploads. because whole upload process handled via code on server, extremely easy tell when upload complete.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -