dcasia/nova-filepond

Original name doesn't show

Closed this issue · 2 comments

Hello,

When I use disablePreview() the original file name appears but if I don't use it, the stored file name is used.

I modified the LoadController like this and it seems to work.

return Storage::disk($data->disk)->response($data->path, $data->filename);

Thanks released it as v1.0.5