Wayne_Swart
Use resource record ID in file upload path
There is a
mutateFormDataBeforeCreate()
method you can call in the create page, but the attachments seem to be empty in the posted array, since they are uploaded in realtime. So I could get it to work on the edit page, but not during create.
A workaround could potentially be to hide the file attachments during creation and only show it on the edit page. Is something like that possible?
As amazing as filament is, I feel there are a lot of hacking needed in order to get basic things done unfortunately ;/9 replies