alexusmai / vue-laravel-file-manager

Frontend for Laravel File Manager on Vue.js
MIT License
358 stars 160 forks source link

Different Error Messages Not Displayed for Unauthorized File Uploads #142

Open mhgolij opened 2 months ago

mhgolij commented 2 months ago

Description When I try to upload unauthorized files, such as those in "not allowed formats" or those that are "too large," all errors display the same message: "notAllUploaded."

Steps to Reproduce:

1. Change the upload method in the Alexusmai\LaravelFileManager\FileManager class to show different messages for each error. Currently, this flag only determines true or false.

Expected Behavior: Each error displays a different message.

Environment:

Laravel Version: 10
Package Version: 3.0
PHP Version:8.2