pionl / laravel-chunk-upload

The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js
MIT License
617 stars 167 forks source link

Add ng-file-upload handler #39

Closed L3o-pold closed 6 years ago

L3o-pold commented 6 years ago

Add support for ng-file-upload https://github.com/danialfarid/ng-file-upload

pionl commented 6 years ago

Hi, thank you! Looks great. 👏

Could you rename ChunksInRequestNgFileUploadHandler to NgFileUploadHandler. I will rename the SimpleUploader too in next major release.

Do you have time to add unit test?

pionl commented 6 years ago

Creat job @L3o-pold ! Looks pretty sweat.

pionl commented 6 years ago

New version out: https://github.com/pionl/laravel-chunk-upload/releases/tag/v1.2.5

I did test the dropzone/resumablejs/jquery. Unfortunately I can't test the NgFileUpload. I believe it's working 👍

L3o-pold commented 6 years ago

Thank you for your fast response. Yes of course, it's implemented in one of our project.

Tomorrow, I will add a small wiki page