You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to save my private file on multiple servers (Reason: limited storage on each server) using an API (and FTP).
I want to use the Filament FileUpload component in my form, but I don’t want the component to store my file automatically in local storage (I will handle that myself).
The problem is that the FileUpload component doesn’t display the default image or file when using an external URL.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Package
Form builder
Package Version
v3.2
How can we help you?
I am trying to save my private file on multiple servers (Reason: limited storage on each server) using an API (and FTP).
I want to use the Filament FileUpload component in my form, but I don’t want the component to store my file automatically in local storage (I will handle that myself).
The problem is that the FileUpload component doesn’t display the default image or file when using an external URL.
How can I fix this?
I expect to be able to display my images and files as desired from where they are. Both single and multiple.
Beta Was this translation helpful? Give feedback.
All reactions