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 because of security.
How to get filename only from input for IE?
Is it possible to do on UI, because I think it's not very graceful to edit apache lib.
Maybe , some parameter exists for input field?
I can do it on server, but interested in UI approach.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…