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

to fix probelm in single upload hander #34

Closed HOTAIBI closed 6 years ago

HOTAIBI commented 6 years ago

when uploading a single chunk file (smaller than maximum chunk size) a error is thrown so i fixed it by removing the config parameter from the method header and added $this before the config parameter in singleSave

photo_2018-05-14_10-19-04

please fix it asap :)

pionl commented 6 years ago

Thanks for the catch! Missed that after refactoring changes.