Click here to Skip to main content
15,924,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
the idea behind me to do is, a .vcf file which will be selected by a user, the content of the file should be read by File.ReadAllText() function, then every value read by function from that file wants to save in the database. is there any way to do this functionality?.

which is works in windows application and IE browser for web application but ll not in FF browser.
the problem when selecting the path using FileUpload control

string srtFPathName = fileupload1.PostedFile.FileName;
works in IE not in FF
Posted
Updated 23-Nov-11 0:53am
v2

1 solution

The problem should be around the filepath. In IE you might get the full path and in FF only the file name.

Refer: FileUpload not working in FF[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900