This is a simple Upload form for your users. It allows the user to enter their name, and after the upload is successfull it will send you an email notice including, name, IP,
Date and the file uploaded. It is also fully customizable with CSS. You will only need to change the email value, it is marked with a comment.
File uploading based on one mime type and blocking all others. I used this script to only allow the uploading of pdf files. Please repale the directory names with your own.
With this script you can easily control: 1. What extentions can be uploaded. 2. the size of the file 3. (only applies to images) Set a max or min. height and width 4.Change
the name of the file to what you want. (i.e. username) 5. Change the extention of the file.(you may wish to do this for security reasons say you allow .php files to be
uploaded, you could turn evil.php into evil.nullified)
Upload script that can handle multiple uploads with file checking. After uploadprocessing all variables are submitted to another script for further processing (e.g. database)