Applet: | UploadClient |
Description: | FormName sets a form to send to the server with an upload, if the page containing the upload applet contains the specified form. |
Example: | If your upload applet page contains the form "UploadForm",
set the value of FormName to "UploadForm" to submit the form with the upload: <param name="FormName" value="UploadForm"> |