Uploading video to vimeo using its API while bypassing php server limits

I have a code that uses vimeo upload API to submit video files to vimeo using a form in a WorpPress site.

The process works fine as long as the video file size is below the file upload limit of the web server. Is there a way in the vimeo upload API to bypass any of the file upload limitations of my web server and use a direct approach to upload the video file to vimeo?

1 Answer
1

Vimeo’s simple POST uploader goes right from the client to vimeo’s servers.

Check out the documentation here : https://developer.vimeo.com/api/upload#http-post-uploading

Leave a Comment