web application-file upload
Posted
by Dhanraj
on Stack Overflow
See other posts from Stack Overflow
or by Dhanraj
Published on 2009-07-15T15:41:27Z
Indexed on
2010/05/03
0:08 UTC
Read the original article
Hit count: 110
fileupload
Hi,
I am developing an web application. I am using file upload control to browse files. i have xls file in C:\Mailid.xls path. When i use FileUpload1.PostedFile.FileName command i was get the full path(C:\Mailid.xls).
Today I installed IE 8 After the installation I unable to get the full path of the file what could be the problem Event I uninstalled IE 8. Currently I am using IE 7.
how can i get the fullpath(C:\Mailid.xls) in my project.
Regards Dhanraj.S
© Stack Overflow or respective owner