wordpress - Direct upload of Video to Vimeo -


i'm trying upload directly vimeo computer in wordpress site using $lib->upload($_files["filetoupload"]["tmp_name"], false); keeps failing. plus can't upload large files above 1mb,target allow users upload upto 100mb in single upload

most of conversation happened in comments above, i'm adding answer here anyway.

the video being uploaded successfully, problem video returning "untitled".

to edit video need perform api call $lib->request($video_uri, ['name' => $title], 'patch');, , ensure token has edit scope.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -