coding-socks / laravel-upload-handler

Chunk Uploader Package For Laravel
MIT License
11 stars 4 forks source link

Use cache for storing information about the upload #41

Open nerg4l opened 4 years ago

nerg4l commented 4 years ago

Currently all driver uses the filesystem to gather information about an upload. These informations could be cached for faster access and could result in easier integration with serviced like Amazon S3: Multipart Upload.