slawek_n
FileUpload store path instead of filename
filament uses Laravel storage, so assuming you use 'public' disk, you can go with:
https://filamentphp.com/docs/3.x/forms/fields/file-upload#configuring-the-storage-disk-and-directory
14 replies
FileUpload store path instead of filename
Can you elaborate more?
In worst case scenario you can create separate field eg.
path_relative
and build its state to match your requirement.
Take look https://filamentphp.com/docs/3.x/forms/fields/file-upload#generating-custom-file-names Maybe this will solve your case.
Edit: fixed link14 replies