Open SaidkhojaIftikhor opened 2 months ago
FileUploadChunked::make('vendor_codes_images')
->acceptedFileTypes([
'application/x-compressed',
'application/x-zip-compressed',
'application/zip',
'multipart/x-zip',
])->label('')
->disk('vendor_codes_images')
->previewable(false)
->fetchFileInformation(false)
this is my code
When I press my action button it loads infinitely and sites get frozen
"php": "^8.2",
"filament/filament": "^3.2",
"laravel/framework": "^10.10",
"owainjones74/filament-file-upload-chunked": "^1.0",
any ideas why? @0wain
Hey,
Still trying to replicate this. Will get back to you ASAP.
Still trying to replicate this. Will get back to you ASAP.
Thank you, I appreciate it.
@0wain Did you found the culprit?
Hey,
Are you getting any errors or anything like that? Can you also show an example of your form code in which you impement this package?