PHP File Upload Script

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

  • Using this script you can also upload files like JPEG, GIF, PNG and Plain Text.
  • This manipulation script sets the default file type as text.
  • And set file size less than 4000.
  • Easily customizable and configurable.

Preview

Downloads

Usage

  • Download and Unzip the upload script.
  • You can Upload your files to any browser.
  • Just use this script where ever you want to restrict the file.
  • If you want to change type as "gif" just change the code in upload.php file as,
  • $_FILES["file"]["type"] == "gif"
  • If you want to change size as "7000" just change the code in upload.php file as,
  • $_FILES["file"]["size"] < 7000

License

Related Scripts

Free Php Scripts


Ask Questions

Ask Question