DarkKnight
Original filename in preview and download, but custom stored filename in FileUpload
I basically want to change the name of the file that is being downloaded. But I cant find the function that does that. My suspicions say that its only done by JS. But if that is the case then how can I change the name of the file being downloaded? (I dont want to change anything in the database). Even better, I want to show the original name of the file in the preview, but not when viewing on another tab (I have secure storage via controller)
48 replies
Help needed with Filters Above Content
Does anyone mind sharing the code of: https://filamentphp.com/docs/3.x/tables/filters/layout#displaying-filters-above-the-table-content ? I cant get the filters to span horizontally on top. I always have weird glitches when viewing from different devices.
12 replies
FileUpload doesnt save to public
The problem is, the files only get saved to "storage/app/public" and not "public/storage". Therefore, you cant preview it or open it at all
I ran
php artisan storage:link
, and the url in .env is correct
My filesystems file:
4 replies
Action with AlpineJS
My issue is that when I click on the empty part of the widget its like I pressed the action. In other words, the action is supposed to do something, and whether I press the action or the empty parts of the widget, its the same. Any idea why? Im thinking it has something to do with the <div> but I dont know how else to structure it.
62 replies