FileUpload.getClientFileName() 1.4.9 vs 1.4.8

2010-07-29 Thread vov
Why did FileUpload.getClientFileName() return file name in 1.4.8 but it return all path to file in 1.4.9?? E.g. My_File_Name.txt in 1.4.8 and D:\MyFolder\My_File_Name.txt in 1.4.9 -- View this message in context:

Re: FileUpload.getClientFileName() 1.4.9 vs 1.4.8

2010-07-29 Thread Martin Grigorov
The code was upgraded to latest version of Apache commons-fleupload. Maybe this is the cause ... On Thu, Jul 29, 2010 at 2:07 PM, vov vov...@mail.ru wrote: Why did FileUpload.getClientFileName() return file name in 1.4.8 but it return all path to file in 1.4.9?? E.g. My_File_Name.txt in

Re: FileUpload.getClientFileName() 1.4.9 vs 1.4.8

2010-07-29 Thread vov
Yes, but how to fix this problem? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/FileUpload-getClientFileName-1-4-9-vs-1-4-8-tp2306372p2306431.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: FileUpload.getClientFileName() 1.4.9 vs 1.4.8

2010-07-29 Thread James Carman
http://commons.apache.org/fileupload/faq.html#whole-path-from-IE On Thu, Jul 29, 2010 at 9:10 AM, vov vov...@mail.ru wrote: Yes, but how to fix this problem? -- View this message in context:

Re: FileUpload.getClientFileName() 1.4.9 vs 1.4.8

2010-07-29 Thread vov
Thanks for reply! It's help. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/FileUpload-getClientFileName-1-4-9-vs-1-4-8-tp2306372p2306490.html Sent from the Wicket - User mailing list archive at Nabble.com.