validateUploadFileArgs abstract method
void
validateUploadFileArgs(
- K uploadFileParams
Validate the arguments of the file to be uploaded.
The method is silent, so it should throw errors in case there's a validation error.
Implementation
void validateUploadFileArgs(K uploadFileParams);