pionl/laravel-chunk-upload-example

Call to undefined method Pion\Laravel\ChunkUpload\Handler\AbstractHandler::canUseSession()

asachanfbd opened this issue · 3 comments

Getting this error.

pionl commented

Hi, I've updated the composer.lock. Try this

git pull && composer install

Thanks for quick reply. I already got it working by commenting out the code at App\Http\Controllers\DependencyUploadController.php #44 ['useSession' => AbstractHandler::canUseSession()] - Could not find any use of this in my implementation.

pionl commented

There was a problem with composer.lock, it had old version of the package.