I am building a web application using Laravel 5.1. So far I have enabled users to upload up to 9 photos. Now I want to enable them to upload videos. Since I don't have the resources to handle many video files, I want to use vimeo's servers. I submitted my app for approval and this is what I got.
Approved for the following accounts: Basic accounts PLUS accounts PRO accounts
So far so good. What I don't understand is can I upload video to vimeo without storing it to server in Laravel? I mean I know I can, I just want to do it directly. User sees a form. Uploads a video, it goes to their servers and then I use their api to show the video in my web application. Is that possible or do I have to pay for that? And one more thing, can you suggest me good packages?