LonnieJohnson
Programmer
I have placed an html "file input" object...
... on an asp.net (2.0) form to get the name of a file to be used in an event. This all works fine except how do you get the value of the path and filename from the object?
Thanks in advance
ProDev, Builders of Affordable Software Applications
Visit me at ==>
May God bless you beyond your imagination!!!
Code:
<input type="file" style="width: 424px" id="GetTheFile">
... on an asp.net (2.0) form to get the name of a file to be used in an event. This all works fine except how do you get the value of the path and filename from the object?
Thanks in advance
ProDev, Builders of Affordable Software Applications
Visit me at ==>
May God bless you beyond your imagination!!!