Sopamo / laravel-filepond

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

$serverId #8

Closed valentin-anamorphik closed 4 years ago

valentin-anamorphik commented 4 years ago

How to retrieved the value $serverId in my controller ?

$path = $filepond->getPathFromServerId($serverId);

Thanks.

besabellacyrus commented 4 years ago

its from the $request->file('file'); hidden input created by filepond.