Add 
    if(fileName != null) {
      fileName = new java.io.File(fileName).getName();
    }

to the "protected String getFileName(Map headers)" method of
FileUploadBase so that all the names will be the same for each of the
browsers.  IE now gives the absolute file path as the file name,
unlike, e.g. Firefox and Netscape.

Jack

-- 
"You can lead a horse to water but you cannot make it float on its back."
~Dakota Jack~

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

Reply via email to