Hi ,
I have the requirement like in
In this i want to manually enter the path, instead of clciking browse button.
Could you please help to fix this
I have the requirement like in
Code:
<html> <body> <form action="form_action.asp"> First name: <input type="text" name="FirstName" value="" /><br /> Last name: <input type="text" name="LastName" value="" /><br /> <input type="file" value="Submit" focus="false"/> </form> </body> </html>
Could you please help to fix this
Comment