- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
for (FileItem item : items) {
try {
item.write(new File(repo
+ System.currentTimeMillis()
+ "_" + item.getName()));
} catch (Exception ex) {
log.error(ex, ex);
}
mav.addObject("result", "http://xxx.xx/uploads/"
+ System.currentTimeMillis()
+ "_" + item.getName());
}
absolut 05.03.2011 12:27 # +3
gegMOPO4 05.03.2011 17:57 # 0
Lure Of Chaos 05.03.2011 19:47 # +1
Мистер Хэнки 05.03.2011 20:53 # 0
ZX_Spectrum 05.03.2011 21:28 # +1
guest 26.04.2011 17:49 # −1
guest 26.04.2011 17:55 # −1
alex_matviichuk 25.08.2021 19:24 # 0