FileUpload Form Field gives unexpected error.
Hi there, thanks for the space to ask!
Well, i'm getting the following error when trying to upload some file in Filament.
The mountedTableActionsData.0.url_document.1d697f2c-7243-431e-8266-ed1b175d3bfd failed to upload.
This is the code of the form field regarding this error:
Forms\Components\FileUpload::make('url_document')
->maxSize(51200)
->label('Subir Documento'),
Has anybody had this error before??
Well, i'm getting the following error when trying to upload some file in Filament.
The mountedTableActionsData.0.url_document.1d697f2c-7243-431e-8266-ed1b175d3bfd failed to upload.
This is the code of the form field regarding this error:
Forms\Components\FileUpload::make('url_document')
->maxSize(51200)
->label('Subir Documento'),
Has anybody had this error before??


