Need help for fileupload

Hello, i cant upload my images in local storage
18 Replies
sneevilz
sneevilzOP3mo 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
sneevilzOP3mo ago
No description
sneevilz
sneevilzOP3mo ago
No description
sneevilz
sneevilzOP3mo ago
LeandroFerreira
LeandroFerreira3mo ago
what is the issue when you upload it?
sneevilz
sneevilzOP3mo ago
here, stuck on uploading @Leandro Ferreira
LeandroFerreira
LeandroFerreira3mo ago
console errors?
sneevilz
sneevilzOP3mo ago
oh here..
No description
sneevilz
sneevilzOP3mo ago
what should i do, sir?
LeandroFerreira
LeandroFerreira3mo ago
did you config the APP_URL in .env?
sneevilz
sneevilzOP3mo ago
LeandroFerreira
LeandroFerreira3mo ago
livewire issue..
sneevilz
sneevilzOP3mo ago
so, what should i do sir?
LeandroFerreira
LeandroFerreira3mo ago
did you set the write permissions to the folders?
sneevilz
sneevilzOP3mo ago
umm, where?
LeandroFerreira
LeandroFerreira3mo ago
storage folder?
sneevilz
sneevilzOP3mo ago
No description
sneevilz
sneevilzOP3mo ago
which permissions sir

Did you find this page helpful?