Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Add author when uploading new video

1 reply [Last post]
Reply

Hi,

There is an example of uploading a file to the api using a form and updating an existing video using another form. Is there an easy way to upload the file and set some properties like author, tags, description etc. in a single form with php??

I added <input name="tags" value="tags" /> in the upload form but that doesn't seem to work..

Thnx for your help!

Reply

It is not possible to do this in a single step. Either you require the information in advance so you can pass them along as parameters in the /videos/create call, or you will have to do this after upload using a /videos/update call.

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options