Need help for fileupload

Hello, i cant upload my images in local storage
18 Replies
sneevilz
sneevilzOP3w ago
Forms\Components\FileUpload::make('foto')
->image()
->acceptedFileTypes(['image/png','image/x-png','image/jpg','image/jpeg'])
->disk('public')
->directory('barang/foto')
->visibility('public')
->fetchFileInformation(false)
->label('Foto Barang'),
Forms\Components\FileUpload::make('foto')
->image()
->acceptedFileTypes(['image/png','image/x-png','image/jpg','image/jpeg'])
->disk('public')
->directory('barang/foto')
->visibility('public')
->fetchFileInformation(false)
->label('Foto Barang'),
sneevilz
sneevilzOP3w ago
No description
sneevilz
sneevilzOP3w ago
No description
sneevilz
sneevilzOP3w ago
LeandroFerreira
what is the issue when you upload it?
sneevilz
sneevilzOP3w ago
here, stuck on uploading @Leandro Ferreira
LeandroFerreira
console errors?
sneevilz
sneevilzOP3w ago
oh here..
No description
sneevilz
sneevilzOP3w ago
what should i do, sir?
LeandroFerreira
did you config the APP_URL in .env?
sneevilz
sneevilzOP3w ago
LeandroFerreira
livewire issue..
sneevilz
sneevilzOP3w ago
so, what should i do sir?
LeandroFerreira
did you set the write permissions to the folders?
sneevilz
sneevilzOP3w ago
umm, where?
LeandroFerreira
storage folder?
sneevilz
sneevilzOP3w ago
No description
sneevilz
sneevilzOP3w ago
which permissions sir

Did you find this page helpful?