0wain / filament-chunked-file-uploads

📂 Chunked file uploads for Filament PHP 🗄️
MIT License
14 stars 2 forks source link

this package doesn't work for me, any ideas why? #3

Open SaidkhojaIftikhor opened 2 months ago

0wain commented 2 months ago

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?

SaidkhojaIftikhor commented 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

SaidkhojaIftikhor commented 2 months ago
Screenshot 2024-08-19 at 17 26 21 Screenshot 2024-08-19 at 17 27 09

When I press my action button it loads infinitely and sites get frozen

SaidkhojaIftikhor commented 2 months ago
"php": "^8.2",
"filament/filament": "^3.2",
"laravel/framework": "^10.10",
"owainjones74/filament-file-upload-chunked": "^1.0",
SaidkhojaIftikhor commented 2 months ago

any ideas why? @0wain

0wain commented 2 months ago

Hey,

Still trying to replicate this. Will get back to you ASAP.

SaidkhojaIftikhor commented 2 months ago

Still trying to replicate this. Will get back to you ASAP.

Thank you, I appreciate it.

azzazkhan commented 1 week ago

@0wain Did you found the culprit?