Currently, I'm trying to develop a simple interface to upload images in classic ASP. I have my front - end form.
Response.Write("<center><font size=4>File to upload: <INPUT TYPE=FILE CHARS=40 NAME=UpFile>")
My Form submits to the file "WebSlideUpdate.ASP." When the Multipart/form-data is received at WebSlideUpdate.ASP via Request.QueryString(), how do I take the multipart/form-data and save the image to the desired pathway? Thanks for the help.
Bookmarks