Specifying the upload URL |
![]() ![]() ![]() |
The upload URL is the server side program which is responsible for processing the contents of the file upload. This URL must be provided as a parameter to HTTP File Upload Applet in order to function properly. This applet parameter may be supplied by modifying the HTML file that is used to load the applet to add the required url parameter.
Example
<param name="url" value="http://www.mydomain.com/upload.php"/>
See also