You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2023. It is now read-only.
First things first: Thanks, I really like your plugin.
Second: not a bug but I can't understand why the validation part is in the UI file. Actually, I'd like to validate but I don't need the UI layer. What's the logic behind it?
Thanks,
Ben
The text was updated successfully, but these errors were encountered:
Validation on the client-side is there to improve the user experience.
Without a UI there is no way to give any feedback about the validation errors.
Also, I want to keep the basic plugin just that, a basic and simple API to do file uploads.
Maybe it would make sense to move the validation out of the UI plugin into a separate plugin, similar to the File Processing plugin. But then, the validation code is not that large, except the maxNumberOfFiles update code, which needs to be included into several callbacks.
First things first: Thanks, I really like your plugin.
Second: not a bug but I can't understand why the validation part is in the UI file. Actually, I'd like to validate but I don't need the UI layer. What's the logic behind it?
Thanks,
Ben
The text was updated successfully, but these errors were encountered: