Create a video object by calling veoh.video.create. In case that the call is successful, there should be an attribute 'uploadToken' encapsulated in the response.
Obtain a userToken by calling veoh.people.authenticate. In case that the call is successful, there should be a valid 'userToken' returned in the response.
Post the video file to the following url using the value of the uploadToken and userToken obtained from step 1 and step2:
/webupload/upload.jsp?uploadToken=XXXXXXXXX&userToken=XXXXOther parameters required for this request are:
Also enctype of the post has to be set as multipart/form-data"