asp.net - fileupload.postedfile.filename not working with firefox -
Is there a problem with hi fire fox? I'm not able to use the file name in Firefox
fileupload.postedfile.filename
Regards, Nagu
What do you get? IIRC sends Firefox without filename (IE sends full path); But still must be enough to get a name. If you use Path.GetFileName (filename)
, you should answer the same from either ...
Comments
Post a Comment