Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 912 Bytes

File metadata and controls

49 lines (28 loc) · 912 Bytes

PHP File Uploader

This is an open-source PHP project. Where users can upload files from local storage or from URL and the file will be uploaded to the server. Also, you can see a uploading status with progress bar while it's uploading

Features

  • File uploading from local storage
  • File uploading from URL
  • Realtime progress
  • Always display current status of uploading

Demo

You can see the demo of this project here: https://php-fileupload.herokuapp.com/

Screenshots

App Screenshot

Run Locally

Clone the project

git clone https://github.com/MusabDev/php-file-upload.git

Go to the project directory

cd php-file-upload

Start the server

php -S localhost:666

License

MIT

Feedback

If you have any feedback, please reach out to me at [email protected]