ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

Filestack integration #84

Closed meyer59 closed 4 years ago

meyer59 commented 5 years ago

What version of Laravel are you using? (nothing lower than v5.4).

5.7

is it an issue related to installation or usage ?

No

Hi First, thanks for the great work. Second, do you have any advice/tip about the best place in code/file to integrate the filestack api in the filemanager ? -I would like the drap & drop to upload directly to filestack -The upload button show the filestack modal They have a great api. I am just asking for the best place in the manager to do that (Js side/ php side) Thanks

ctf0 commented 5 years ago

thanx for the idea, so far i have exactly that on my todo list "where u can directly upload to the storage server" instead of first uploading to ur app server but i haven't found any time to do that yet.

i cant say what exactly is needed in order to get it work but mostly it will be on the js side

meyer59 commented 5 years ago

Thanks for the answer, hope you'll find time ;)