© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
gustavo.dev

File upload previews not loading

how can i solve this problem i am hosting the files to azure. but it is giving me errors in the cors when I want to view it with the filament FileUpload component, it keeps loading when I want to edit it

FileUpload::make('path')
  ->disk('azure')
  ->visibility('public')
  ->acceptedFileTypes(['application/pdf'])
  ->image()
FileUpload::make('path')
  ->disk('azure')
  ->visibility('public')
  ->acceptedFileTypes(['application/pdf'])
  ->image()
image.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

File Upload without loading existing files
FilamentFFilament / ❓┊help
3y ago
File upload not returning url after upload
FilamentFFilament / ❓┊help
2y ago
upload file
FilamentFFilament / ❓┊help
2y ago
File Upload
FilamentFFilament / ❓┊help
2y ago