|
upload_url |
Top Previous Next |
|
Description:
upload_url defines the URL of the upload processing file.
Syntax:
string, full URL with http://
Notes:
http://servername/SpeedCheck_upload.php (for PHP) http://servername/SpeedCheck_upload.aspx (for ASP.NET) For upload to use only, but it is mandatory to define in the HTML.
SpeedCheck_upload.php takes multi-part HTTP POST, "userfile" is the variable taken.
Example:
<param name="upload_url" value="http://servername/SpeedCheck_upload.php">
|