rahulhaque / laravel-filepond

Use FilePond the Laravel way.
MIT License
185 stars 31 forks source link

getFile() function #26

Closed 1JP closed 2 years ago

1JP commented 2 years ago

I'm trying to use the getFile() function according to the documentation "$fileInfo = Filepond::field($request->file)->getFile()", but the response is an empty array. Need help

rahulhaque commented 2 years ago

@1JP what's your filepond js configuration? What's your html form definition?

1JP commented 2 years ago

@rahulhaque managed to solve it...thanks