This project demonstrates a remote file upload system where users can upload files by providing a URL. The file is downloaded from the provided URL and stored on the server.
- Enter a URL to upload a file from the web.
- Progress bar to indicate the upload progress.
- Modern and user-friendly interface.
- HTML
- CSS
- JavaScript
- PHP
- Special thanks to DeltaEx
- Clone the repository to your local machine.
- Make sure you have a web server with PHP support (e.g., XAMPP, WAMP, LAMP).
- Place the project files in your web server's root directory.
- Create an
uploaded_files
directory and ensure it is writable by the web server.
- Open
index.html
in your web browser. - Enter the URL of the file you want to upload.
- Click the 'Upload' button.
- The file will be downloaded from the provided URL and saved to the
uploaded_files
directory on the server.
This project is licensed under the MIT License.