|
|
| html |
Expert:Ramakrishna
how can i create the "browse" button and how it is working |
| Answers |
Hi friend,
What you want is a form element. As a result, you first need a form created on your page (unless you really don't want to do anything with the data). Then the box you want is actually another input, with the type 'file'.
Here is the snippet
<form name="myform"> <input type="file" name="myname" size="30"><br /> </form>
--------------------------------
Thanks.
|
| More Questions |
|
|
Post Answers
Ask Question
Facing Programming Problem?
|
|
|
|
|