Click to See Complete Forum and Search --> : AspJpeg...


weee
06-01-2004, 02:38 AM
I'm uploading an image by using the AspJpeg component. I also adding info (name, age, etc') to the databse but only the iamge is getting uploaded and the info is not going into the database.
the form already worked before.

I used to ask for the info like that:
author = request.form("author")

But it kept giving an error so I changed it to that:
author = request.querystring("author")

Now there's no error and there's nothing going on either.
What can it be?

Please help -
Thanks!

buntine
06-01-2004, 07:52 AM
You cannot use the Form and QueryString collections when uploading files to the server because of the data transmission types.

Persits have supplied another method which is explained on the web site www.aspupload.com

Regards,
Andrew Buntine.

weee
06-01-2004, 12:28 PM
I just can't find that info on their website.
I'm desperat... have you seen it there?