czim / file-handling

File Handling Helper
MIT License
14 stars 9 forks source link

add support stream upload #9

Open roboticsexpert opened 4 years ago

roboticsexpert commented 4 years ago

if you upload large file , it will eat memory ... but you can upload it as stream

also added support for laravel 7

check it and say anything would you like to change

just squash it

czim commented 4 years ago

Sounds like a good idea, thanks!

I would appreciate it if you could:

There's quite a bit I have to sift through here before I can consider merging.

If not, that's fine too -- I will use your changes as a base/suggestion for adding this feature. I do also want to look into the possibility of adding features without breaking changes, if possible.