
August 25th, 2004, 10:16 AM
|
|
Registered User
|
|
Join Date: May 2004
Posts: 9
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by kfc23 I'm writing an asp app to upload images from a client computer to a database. is there any way i can bring up a file open dialog type screen to allow the user browse to the image file.
I don't want the user to have to enter the image path by hand.
i doubt this is possible due to security etc but i hope i'm wrong. anyone got any suggustions ?
thanks
ken |
i should really brush up on my html
<p><input type="file" name="fldImage" size="25">
|