How to get the File Path
Hi,
I'm new with ASP NET and I need some help, please.
I need a way to search (browse) for a file (an input type=file tag) and after i select the file to pass that value to an ASP control (asp:textbox). I'm not interested in the content of the file, just the filename and path. If i use runat=server for the input tag, i have a problem with large files (when i do the post back i gat a "Page cannot be displayed" error.
Thank
|