Upload
Upload is a simple PHP script which allows users to upload files directly to your desktop. It can be disabled at any time by removing the .allowuploads file from the destination directory.
Requirements
- A web server with PHP5 installed and configured.
Installation
Installation is simple. Just extract it anywhere in your web-server document root:
/var/www/html$ tar jxvf upload.tar.bz2
Then set your upload destination by editing the upload/index.php file:
$destination = '/home/my_user/Desktop/Uploads';
You can also specify which owner and permission mode new files should have by editing the $owner and $mode variables.





