Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

1class_code's avatar

Infinite file uploading

My file is uploading on S3.

When I trying to upload file - input shows me infinity upload animation.

What's the reason?

FileUpload::make('src') ->required() ->image() ->disk('s3') ->label("Изображение"),

0 likes
1 reply
Snapey's avatar

how do you call this code? where do you see the loading? Is it from ajax?

have you checked laravel logs and browser console?

Please or to participate in this conversation.