|
phpUpload 1.01 (requirements: PHP 4 or greater)
This short PHP script will allow a visitor to your website to
upload file(s) to a specific folder on your server. Great for
receiving files that are too big for email. Features adjustable
file size limit, time stamping, IP tracking, and email
notification when a file is uploaded. Follow the instructions below to install it:
- Download the phpUpload 1.01 zip file.
- Unzip the files.
- Edit upload.php and change /path/to/your/uploads/folder/ to
the folder/directory where you want the uploads to go. This
folder must exist on your server. Create it if it doesn't
already exist.
- Edit the other variables that are commented. Save the file.
- Open upload_form.php and edit the file size limit. The
default is 10485760 KB (10MB). You can also modify the file to
match the theme/style of your site. Save the file.
- The validate.php and completed.php files should be modified
to match the theme/style of your site, however they will
function "as-is."
- Upload all the files to a unique folder (e.g. uploads) on
your server. You may also want to rename the upload_form.php
to index.php or similar, but be sure it's in its' own folder.
- Test the script by going to
http://your-domain.com/uploads/upload_form.php. You should be
able to upload a file and then receive an email notification
to the address you specified in the script.
|

phpUpload 1.01 screen shot
|