文件上传增加样例和摘要业务文件的的总文件大小、单个文件大小、文件类型校验

This commit is contained in:
duandongmei
2018-07-06 17:13:46 +08:00
parent 9d0f8072c1
commit 7c6251e859
15 changed files with 1774 additions and 38 deletions

View File

@@ -721,4 +721,18 @@ must_between=must between %s and %s
not_number=%s is not a number
id_not_exists=the id %s of %s is not valid
num_split_by_comma=%s must be numbers split by comma
#=============some validation===========
must_be=%s must be %s
#=============some validation===========
#=============userregions===============
userregion1=user region 1
userregion2=user region 2
userregion3=user region 3
userregion4=user region 4
userregion5=user region 5
#=============userregions===============
#=============multipart upload error info=================
single_file_upload_size_error=The size of the file %s is %s,allowing the maximum value of a single file to be %s !
total_file_upload_size_error=The total size of uploaded files is %s,allowing the total size of uploaded to be %s !
file_upload_type_error=%s file type of error,allowing uploaded file type with %s!
file_upload_error=File upload failure !
#=============multipart upload error info=================