Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I found few examples here already, but not a single suitable answer for me. I need people to upload videos from my website, straight from their computers (not links!!)

a form with input type file, name and description - straight to facebook graph api (without uploading it to my server before), and possibly get progress update (current % or estimated time left).

What I have tried:

I tried using something like
"FB.api('/me/videos', 'POST', { source: url, name: title }, Callback);"

And it worked(not exacly this command) but I couldnt figure out how to make it upload it from the machine itself
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900