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
So there is currently (due to #30) no way to check uploaded size of all files? Form::MAX_FILE_SIZE checks size per-file, but when I use multiple upload, I cannot check total size by any rule?
Following rule leads to
Nette\MemberAccessException: Call to undefined static method Nette\Forms\Validator::validatemaxPostSize().
.Related: #30
The text was updated successfully, but these errors were encountered: