Level 122
how do you call this code? where do you see the loading? Is it from ajax?
have you checked laravel logs and browser console?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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("Изображение"),
Please or to participate in this conversation.