T
the other john
I'm not certain that what I'm asking is an AspUpload question or just a
VBScript question.
I am uploading a story with up to 3 pictures. Each picture uploads
using aspupload with no problems. What I need to do is while iterating
through the for each loop for each picture I need to identify each
picture as "picture_1", "picture_2", "picture_3" in the database. When
the story is called it will deliver 3 pictures in specific places so I
need to identify which is which when when the loop executes. Picture 1
goes here, etc. What's confusing me is I can't use Request.Form
because it uses multipart/form-data. Will this just be a matter of
using If Then?
Thanks!!
VBScript question.
I am uploading a story with up to 3 pictures. Each picture uploads
using aspupload with no problems. What I need to do is while iterating
through the for each loop for each picture I need to identify each
picture as "picture_1", "picture_2", "picture_3" in the database. When
the story is called it will deliver 3 pictures in specific places so I
need to identify which is which when when the loop executes. Picture 1
goes here, etc. What's confusing me is I can't use Request.Form
because it uses multipart/form-data. Will this just be a matter of
using If Then?
Thanks!!