|
 |
asp_web_howto thread: Plz help Need a Browse Button
Message #1 by "taherm@f... on Tue, 31 Jul 2001 11:49:03
|
|
i have designed an " Add product page" and so i need a button called
Browse for my image field so that it can browse files(images) from my c
drive and put the link into the give text box.
Its a bit urgent. any suggestions are welcome
Tahnks very much in advance.
i am using dreamweaver ultradev
thanks
Message #2 by Sam Clohesy <sam@e...> on Tue, 31 Jul 2001 12:01:53 +0100
|
|
In the forms bit of Ultradev there is a button called 'Insert file field'
(or similar)
It produces this line of code:
<input type="file" name="file">
Which does what you want!
Ta
-----Original Message-----
From: taherm@f...
[mailto:taherm@f...]
Sent: 31 July 2001 12:49
To: ASP Web HowTo
Subject: [asp_web_howto] Plz help Need a Browse Button
i have designed an " Add product page" and so i need a button called
Browse for my image field so that it can browse files(images) from my c
drive and put the link into the give text box.
Its a bit urgent. any suggestions are welcome
Tahnks very much in advance.
i am using dreamweaver ultradev
thanks
|
|
 |