|
|
|
@ -415,7 +415,7 @@ public class FileController extends cokr.xit.base.file.web.FileController {
|
|
|
|
|
SimpleDateFormat ymdhmsFormat = new SimpleDateFormat("yyyyMMddHHmmss");
|
|
|
|
|
String currentTime = ymdhmsFormat.format(new Date());
|
|
|
|
|
|
|
|
|
|
String folderPath = "files/tempForProcess";
|
|
|
|
|
String folderPath = "files/temp/uploadFirst";
|
|
|
|
|
File folder = new File(folderPath);
|
|
|
|
|
folder.mkdirs();
|
|
|
|
|
String filePath = folderPath + "/"+currentTime+"."+extension;
|
|
|
|
|