Why is this link not working?
Throughout the AspUpload manual,
links to the code samples
such as http://localhost/aspupload/02_simle/Form1.asp
are used. For these links to work, the following must be true:
- You are running IIS or PWS on your local machine.
- You have the latest version of AspUpload installed.
- Your local web server responds to the address http://localhost.
- The virtual directory /AspUpload is added to your web server
pointing to the \Samples sub-directory of the AspUpload installation.
- If this is an .aspx file, the .NET framework must also be installed.
If necessary, replace the word "localhost" with the name/address of your server.