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

https://github.com/iftekhersunny/ajax-multiple-file-uploader

PHP ajax multiple file uploader with VueJS
https://github.com/iftekhersunny/ajax-multiple-file-uploader

Last synced: 4 months ago
JSON representation

PHP ajax multiple file uploader with VueJS

Awesome Lists containing this project

README

        

## Ajax Multiple File Uploader

Default maximum upload size is 2mb. If you want to customize it. Just, pick a value for data-max-upload-size arrtibute of input[type="file"]

## Examples

Max upload size = 2mb
```

```

Max upload size = 8mb
```

```

## Screenshot

Error:
![Error1](https://github.com/IftekherSunny/ajax-multiple-file-uploader/blob/master/screenshot/error1.jpg)
![Error2](https://github.com/IftekherSunny/ajax-multiple-file-uploader/blob/master/screenshot/error2.jpg)

Progressbar:
![Progressbar](https://github.com/IftekherSunny/ajax-multiple-file-uploader/blob/master/screenshot/progressbar.jpg)

Success:
![Success](https://github.com/IftekherSunny/ajax-multiple-file-uploader/blob/master/screenshot/success.jpg)