->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
0 Replies