Upload Lite - CGI File upload User Guide
Requirements
Configuration
Installation
Requirements
All you need is any executable folder ( cgi-bin ).
Configuration
Upload lite requires you to configure the script before uploading to your server. You can re-configure, re-upload and overwrite the script as often as you like. Open the script in a text editor and follow the instruction in the file. User configuration ends at line 90. For more information, please see our FAQ. If you find your question is not addressed, please submit a question.
Installation
Open the script in a text editor and make sure the first line points to Perl (Scripts being used on a WINDOWS server do not need the path to Perl)
Upload the script to any executable folder (cgi-bin) and CHMOD to 755 (Scripts being used on a WINDOWS server do not need to be CHMODed)
Upload the demo HTML file to any public folder.
In your web browser, type in the URL that points to the HTML file and load the page.
Problems
If you are having problems, in your web browser, type in the URL that points to the upload.cgi file and load the page. For example:
http://www.yourserver.com/cgi-bin/upload.cgi
You should now see an error message and on the second line a HTML form tag. This is the exact form tag that should be in your HTML file. Copy and paste it to your HTML and try to upload again. If you continue to receive errors, the errors returned will describe what is going wrong.
|