当前位置: 技术问答>java相关
用SmartUpload类上传文件有大小限制吗??或者ENCTYPE='multipart/form-data'的form对于上传文件大小有限制??为什么大于1M的文件一上传就显示找不到页面啊!!
来源: 互联网 发布时间:2015-03-13
本文导语: | SmartUpload类上传文件大小有限制的,但可以自己设置呀。 看看帮助文件就知道了 | SmartUpload可以设置允许的文件大小: setMaxFileSize public void setMaxFileSize(long maxFileSize) Sets the maximum file size. I...
|
SmartUpload类上传文件大小有限制的,但可以自己设置呀。
看看帮助文件就知道了
看看帮助文件就知道了
|
SmartUpload可以设置允许的文件大小:
setMaxFileSize
public void setMaxFileSize(long maxFileSize)
Sets the maximum file size.
Is the maximum allowed size of one file to be uploaded. If this value is null then there is no limit for the file's size uploaded. By defect this property is null.
Parameters:
maxFileSize - the max file size.
setMaxFileSize
public void setMaxFileSize(long maxFileSize)
Sets the maximum file size.
Is the maximum allowed size of one file to be uploaded. If this value is null then there is no limit for the file's size uploaded. By defect this property is null.
Parameters:
maxFileSize - the max file size.