Skip to content

kleajmp/php-file-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

This is a fork of MusabDev PHP file uploader. You can also list the uploaded files, copy the url to clipboard to embed in a post or delete the uploaded files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 34.8%
  • JavaScript 27.1%
  • HTML 22.3%
  • PHP 15.8%