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!
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!