This simple manipulation script allows you to upload files from your system to any browsers. You can also restrict file types and size, whenever you upload.
Features
a) Using this script you can also upload files like JPEG, GIF, PNG, TIFF.
b) This manipulation script sets the default file type as text.
c) And set file size less than 4000.
d) Easily customizable and configurable.
a) Download and Unzip the upload script.
b) You can Upload your files to any browser.
c) Just use this script where ever you want to restrict the file.
d) If you want to change type as "gif" just change the code in upload.php file as,
$_FILES["file"]["type"] == "gif"
e) If you want to change size as "7000" just change the code in upload.php file as,
$_FILES["file"]["size"] < 7000
License
- This PHP code is given under GPL License
- i.e. Free use for those who use it as it is.
- Free, if your modification does not remove our copyright information and links.
- Detailed License information can be found here
- You can purchase the script if your requirements does not meet GPL License terms.