FilamentF
Filament2y ago

file upload only works with images

When trying to upload a file with the .zip extension, the system tells you it's successful, but it doesn't actually save the file. However, when you test it with images, those get saved without any issues.
FileUpload::make('project_upload')
                    ->label('Project')
Screenshot_2024-04-16_140018.png
Was this page helpful?