File Upload Form In Server

I have tested it on my local server and it works but when I deploy it to my server it doesn't work

Here is the code
Forms\Components\FileUpload::make('profile_photo_path')
->label('Profile Photo')
->image()
->avatar()
->disk('public')
->columnSpanFull()
->extraAttributes(['class' => 'mx-auto text-center']),
image.png
Was this page helpful?