dcasia / nova-filepond

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

Fix Filename Return when a path is set in Load Controller #47

Closed aem-coding closed 8 months ago

aem-coding commented 8 months ago

When setting a path to a file, the returned preview is returning a long string and not the filename and is causing an internal server error since the path contains "/" and is not URL encoded.

This also would be the fix for Error during load #46