When using the FileUploadField component for uploading files i cannot get the
full path on the client system 'd:\temp\myFile.pdf' instead i only get the
file name 'myFile.pdf'. 

According to FileItem.getName() Javadoc i should get the full path name if
the browser supports it. I'm using IE7 and i know that IE sends the full
path (when using JSF i can obtain the full path) But unfortunately with
Wicket i cannot get to this information. 
I did a little debugging and i see that the path information is stripped in
the FileUploadBase.getFileName() method. So the browser sends the full path
in its header, but i cannot access this information.

Am i doing something wrong or is the Javadoc not correct?
-- 
View this message in context: 
http://www.nabble.com/Uploading-a-file%3A-no-path-information-available-tp19951376p19951376.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to