https://github.com/musabdev/php-file-upload
This is more than PHP file uploader. In here you can upload files from local storage or from URL. Also, you can see a uploading status with progress bar.
https://github.com/musabdev/php-file-upload
file-upload php remote-file-upload
Last synced: 10 months ago
JSON representation
This is more than PHP file uploader. In here you can upload files from local storage or from URL. Also, you can see a uploading status with progress bar.
- Host: GitHub
- URL: https://github.com/musabdev/php-file-upload
- Owner: MusabDev
- Created: 2022-03-16T11:58:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T13:25:20.000Z (almost 4 years ago)
- Last Synced: 2025-02-16T14:39:22.551Z (11 months ago)
- Topics: file-upload, php, remote-file-upload
- Language: CSS
- Homepage: https://php-fileupload.herokuapp.com/
- Size: 46.9 KB
- Stars: 9
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

## Run Locally
Clone the project
```bash
git clone https://github.com/MusabDev/php-file-upload.git
```
Go to the project directory
```bash
cd php-file-upload
```
Start the server
```bash
php -S localhost:666
```
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Feedback
If you have any feedback, please reach out to me at musabwebdev@gmail.com