An open API service indexing awesome lists of open source software.

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.

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

![App Screenshot](https://i.ibb.co/1Jr5gLY/image.png)

## 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