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

change upload folder #145

Open nonomaxxis opened 1 year ago

nonomaxxis commented 1 year ago

hi, how to change upload folder out of my project. i`m using lumen, and need change folder to root of domain.

pionl commented 1 year ago

Hi, not sure how it works for lumen, but for Laravel i would add a new "disk" to a filesystems.php and then change the name of a disk in [chunk-upload.storage.disk](https://github.com/pionl/laravel-chunk-upload/blob/master/config/chunk-upload.php)