How create application form can upload video? - forms

I want to create application form that can upload picture and video to some cloud(dropbox, googledrive, youtube).
Google form with Google app script and google drive can upload only 10 mb.
Anyone know how to do that pls?
Thank you very much

Related

Upload Videos on facebook as an app

I am developing a website for a one of my customers and this website is accessible in and outside of facebook. For some reasons i need to upload videos on facebook, But the problem is to upload videos not with the user permissions but i want to upload the video by the app.
So my question is to know if is possible to upload videos as the application and not as a user ?
Thanks
There is not concept of posting "as an application" and not as a user. You can either post the video to a User profile or to a Page. Seems like in you case, you can create a Page for your app and then upload the videos to the Page.

Is there a way to upload the contents of a URL to Dropbox using their API?

I'm building a client/server video app. The video lives on the server, typically. If I want to allow app users to copy videos to their Dropbox, is there any way to do that using the Dropbox API on the app other than downloading the content to the app and re-uploading it to Dropbox? Reading their API, it seems like they only have file upload, not upload from a URL. Is there any way?
Is the Saver an option for you? That takes a URL and presents the user with UI to choose a location within Dropbox, after which the file will be saved to that location.
It's as simple as including a <script> tag and then adding class="dropbox-saver" to what would otherwise be a normal download hyperlink.
See https://www.dropbox.com/developers/dropins/saver.

How to upload image on LinkedIN usin android Linkedin API(POSTSHARE)

Help me, to upload image from android to linked-in using API, i just know upload image using PostShare but don't know how.

iPhone mobile homepage: Photo upload as regular file upload

Something new for me: How can I get a file-upload on my mobile webpage for iphone, to upload a picture (as profile-thumbnail for example)?
Mabye there is any framework or library which can do this?
Thx for help ;)
There is no interface for uploading content in Mobile Safari. The best workaround I've seen is to have people email files to an address, and then you have some cron jobs that extract uploads from the email.
I saw this recently on the site My Slow Low. One of the guys who built it did a write-up on extracting IMAP email attachments using php, which could be a good starting point for you.
Check out
http://picupapp.com/
Picup is a native iPhone Application that facilitates photo uploads to the web. Since file-upload form fields don't work in Mobile Safari, a webapp can instruct Picup to choose and upload a photo. Once the upload is complete, Picup returns control to the webapp with information about the upload.

Upload a video to YouTube or Facebook from your app? (iPhone)

I'm trying to find a way to upload a video to Facebook. I know It is possible as some apps do it. I was searching the web for hours but no results. I know it's somehow related to GData.
I managed to upload a video to youtube, can I somehow convert the code so it will upload to Facebook?
To a upload a video on Facebook, try this. They have a sample code here on how to upload a video using the Facebook Graph API.
I think, that the best way is to upload a video to youtube by using GData, and then post only link for it to Facebook by using FBConnect Objective-C library.