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?.
