upload method
Implementation
upload(
String? fileLocalPath,
String fileName,
String fileMiniType,
String formName,
) {
this.fileLocalPath = fileLocalPath;
this.fileName = fileName;
this.fileMiniType = fileMiniType;
this.formName = formName;
}