FileUpload visibility('private') and original filenames
We are using ->visibility("private") and ->downloadable() + ->storeFileNamesIn(). Everything works ok, but the download filename is the randomly genrated file name, we would like that the signed url preserves the original file name. Is there a way to setup the content dispoisition ?
0 Replies