PHP single-page simple upload for easily share your files from your devices to your server.
There are two folder named upload
and files
. PHP script is located at upload/index.php
and uploaded files will be moved in files
.
After you uploaded this script on your PHP host you can access upload page at https://your-domain/upload
.
Don't forget to change PASSWORD
area at the top in upload/index.php
.