BRACKETS-by-TRIAD / craftable-pro-docs

Craftable PRO is an admin panel for your Laravel project build with InertiaJS, Vue and TailwindCSS.
https://docs.craftable.pro
MIT License
7 stars 1 forks source link

No error handling in FileUploadController.php and Dropzone.vue #26

Open senecolas opened 1 year ago

senecolas commented 1 year ago

Issue

In a dropzone, some of my images could not be uploaded and no toast error message was displayed. In console, the error message is only 'File not provided'. But after investigation, the error was simply due to the exceeds of the upload_max_filesize ini directive: so the message returned by the server is not correct.

Proposed solution

palypster commented 1 year ago

Thank you, we're gonna have a look