Name of the HTML form with additional information which should be sent to the server along with files.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var vu = new VideoUploaderWriter("VideoUploaderID", 610, 500); //...other params... vu.addParam("AdditionalFormName", ""); //...other params... vu.writeHtml(); </script>
getVideoUploader("VideoUploaderID").setAdditionalFormName(value); value = getVideoUploader("VideoUploaderID").getAdditionalFormName();
A string value containing a name for the form you need to submit along with files. If this value is an empty string or an invalid form name (which does not exist on this page), no additional data is sent.
Default value is "".
The additional form may contain the following elements:
<input type="image">
and <input type="file">
).
The additional form must be placed into the same frame with the Video Uploader.