iluisfr
->downloadable() not downloading
I've this FileUpload working good:
FileUpload::make('att_exterior')
->label('Exteriores, portal, pasillos')
->disk('s3DO')
->directory('visita')
->multiple()
//->previewable(false)
->downloadable(),
It upload perfectly to S3, but when I push the download button, it just open the file in the same window and is not downloading it (is like a preview). Is it a way to force the download? Thanks for any help!!
Edit: I've already checked the CORS in my S3 storage manager and it's correct, Is any way to debug it? I've tried everything and it's not working
2 replies
Trying to getting data from Relationship
Hi, trying to use ->mutateFormDataUsing in headerActions of a relation that I have from another table, I see that I can only obtain with the variable $data, the elements of the form but not of the related element. Is there any way to access the "id" of the element from which I am creating the
Thanks for any help!!
4 replies