Sopamo / laravel-filepond

Laravel backend module for filepond uploads
MIT License
202 stars 56 forks source link

Getting uploaded file in Laravel from my form post request #38

Closed wailashraf71 closed 3 years ago

wailashraf71 commented 3 years ago

I'm using Filpond Vue with Laravel to upload images to the server and store them in Storage folder and then store its path to Mysql database (the normal way). How can I get the image file from a normal post request to process it in my form controller?