Skip to content

courtneyfunk/remote-file-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote File Upload

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.

Remote file upload

Features

  • Enter a URL to upload a file from the web.
  • Progress bar to indicate the upload progress.
  • Modern and user-friendly interface.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • PHP

Credits

Setup

  1. Clone the repository to your local machine.
  2. Make sure you have a web server with PHP support (e.g., XAMPP, WAMP, LAMP).
  3. Place the project files in your web server's root directory.
  4. Create an uploaded_files directory and ensure it is writable by the web server.

Usage

  1. Open index.html in your web browser.
  2. Enter the URL of the file you want to upload.
  3. Click the 'Upload' button.
  4. The file will be downloaded from the provided URL and saved to the uploaded_files directory on the server.

License

This project is licensed under the MIT License.