Max File Uploader

Max File Uploader is a PHP script to upload files from your local machine
to the webserver. The script is OOP based and uses CSS to style it.

Usage:
1. Upload the files to your webserver.
2. Include maxUpload.class.php into your script.
3. Create an instance of the class.
4. Set upload location. Default is the actual working directory.
5. Call the uploadFile() function.

The attached index.php file is an example how to use the class.
