PDA

Click to See Complete Forum and Search --> : How to upload a picture and submit it in a specific folder using "ASP"


adeelahmed
Nov 18th, 2000, 12:12 AM
I have created a form in which i have upload an image and when i submit it. It appears in new explorer page.

I want to save that image in any specific folder.??

<form enctype="multipart/form-data"
action ="Confirm.asp" method ="post">
<input name="picture" type="file" accept="image/*">
<input type ="submit" value="submit me">
</form>

Please tell me, what ASP Code should i write in "confirm.asp" so that
the submitted image be send in any specific folder?.