Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I have an application where we upload files to the server.We dont need file upload control because our code itself will take care of uploading the files to the server(by reading and writing file bytes).The only thing that I need is the Browser button.
Since File upload control is not working with Firefox(showing only the filename not the full file path :( ),I have to somehow come up with a browser button.

1)Is there any way to get the openfiledialog(like how we do in windows appln) other than using file upload control and html input file in asp.net?
or
how do we get the full file path in firefox 3.0?

Please help..
Thanks
Posted

1 solution

Did you see this?

File Upload with ASP.NET[^]
 
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