Hello,
in WinForms we have the openFileDialog method.
whan is the alternative on web apps?
Thanks
Loading
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.
Jaganathan BantheswaranPosted Aug 18, 2011, 8:22 AM
But not OpenFileDialog
sPosted Aug 18, 2011, 7:06 AM
Gomathi PalaniswamyPosted Aug 18, 2011, 7:02 AM
http://www.c-sharpcorner.com/Forums/Thread/93622/
Jaganathan BantheswaranPosted Aug 18, 2011, 6:55 AM
In asp.net,
you can use like,
<asp:FileUpLoad id="FileUpLoad1" runat="server" />.
Read this