Open file ASP .Net Web Page
Hi, I need to open a file (like open file dialog control does) in a web form. It has to be that way, because the path is unknowed. The file content is going to be readed and stored into an sql server database. Any clue?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Aug 4, 2009, 2:22 AM
fullpath = FileUpload.PostedFile.Filename ;
this is working perfect for IE 6 but In IE7 its Different .
Roei BarPosted Aug 3, 2009, 2:14 PM
you can use this: http://www.ckfinder.com/
this is an ajax file manager, you didnt state what is your needs, but it has multiple file managment options and its very costumizable