When perform uploading from IE browser, that my backend(org.apache.commons.fileupload) gets full file path.
For other non-IE browsers it gets filename and it\'s OK b
Try this at the server side:
Path.GetFileName(file.FileName)