chris_angell
11-20-2002, 07:38 PM
hello
I have a form and in this form is an option to select a file from your hard drive by using a
<input type="file" size="20">
but the problem is I want to change the browse option to a graphic, I have tried this the normal way.. but with no luck
<input type="image"
is it possible to replace with a graphic ??
I have also tried to do it another way.. this is
<form action="file:///c|/">
<input type="submit" value="c:\ drive">
</form>
but I am having trouble this way to add the value of the file selected to an input box so it can be selected then open...
what can I do.
I have a form and in this form is an option to select a file from your hard drive by using a
<input type="file" size="20">
but the problem is I want to change the browse option to a graphic, I have tried this the normal way.. but with no luck
<input type="image"
is it possible to replace with a graphic ??
I have also tried to do it another way.. this is
<form action="file:///c|/">
<input type="submit" value="c:\ drive">
</form>
but I am having trouble this way to add the value of the file selected to an input box so it can be selected then open...
what can I do.