int memoryMax = StringUtil.strToInt(StringUtil.parseFileSize(ucb.getMaxMemorySize())+"");
long sizeMax = StringUtil.parseFileSize(ucb.getMaxRequestSize());
//String[] suffix = ucb.getSuffix().split(",");
if (upload != null){
if (upload.tmpDir().trim().length() > 0)
tmpDir = upload.tmpDir();
if (upload.maxMemorySize().trim().length() > 0)
memoryMax = StringUtil.strToInt(StringUtil.parseFileSize(upload.maxMemorySize())+"");
if (upload.maxRequestSize().trim().length() > 0)