dcasia / nova-filepond

A Nova field for uploading File, Image and Video using Filepond.
MIT License
48 stars 27 forks source link

Original name doesn't show #43

Closed Keko-94 closed 8 months ago

Keko-94 commented 8 months ago

Hello,

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

Keko-94 commented 8 months ago

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

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

milewski commented 8 months ago

Thanks released it as v1.0.5