CdnGal
03-29-2003, 03:07 AM
Hi, all..
(newbie)
Can someone please translate this into English for me. Here's the scenario...I have some .asp pages where basically the user logs in....then once he's "in"...he is presented with a list of products and information from a database. He can then click on Add, delete, edit etc...so when I click on ADD....a blank form is presented to me....I filled it out...clicked on browse to find an image to upload...then I get the error below. All of this was working just fine, UNTIL we had to now add in a way for the user to upload an image. I've modified the code to do this (well, tried to)..and here's where I'm stuck now.
The file Authenticate is used to have the user log in....not sure why it says LIne 27, as line 27 in the code says: Dim username : username = Request("Username")
Incidentally, when I modified my pages to now incorporate uploading images...I did not touch anything in authenticating the user at all. I left that page as it was.
Thanks
Error Type:
Request object, ASP 0208 (0x80004005)
Cannot use the generic Request collection after calling BinaryRead.
/StudentWebs/PTetz/MCSP255/final/_admin/includes/Authenticate.vbs, line 27
and now it seems I have other issues as well....while I was posting the above message..I changed a "Request.Form to Multipart.Form...and now I don't even GET to that point above...
I get the message: Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: ''
/StudentWebs/PTetz/MCSP255/final/_admin/products/editproducts.asp, line 43
which line 43 says: if (Multipart.Form("catalogID").Item <> "") then
...etc...
would it help if I just attached the applicable files?
Geez.....I'm pain aren't I?;)
(newbie)
Can someone please translate this into English for me. Here's the scenario...I have some .asp pages where basically the user logs in....then once he's "in"...he is presented with a list of products and information from a database. He can then click on Add, delete, edit etc...so when I click on ADD....a blank form is presented to me....I filled it out...clicked on browse to find an image to upload...then I get the error below. All of this was working just fine, UNTIL we had to now add in a way for the user to upload an image. I've modified the code to do this (well, tried to)..and here's where I'm stuck now.
The file Authenticate is used to have the user log in....not sure why it says LIne 27, as line 27 in the code says: Dim username : username = Request("Username")
Incidentally, when I modified my pages to now incorporate uploading images...I did not touch anything in authenticating the user at all. I left that page as it was.
Thanks
Error Type:
Request object, ASP 0208 (0x80004005)
Cannot use the generic Request collection after calling BinaryRead.
/StudentWebs/PTetz/MCSP255/final/_admin/includes/Authenticate.vbs, line 27
and now it seems I have other issues as well....while I was posting the above message..I changed a "Request.Form to Multipart.Form...and now I don't even GET to that point above...
I get the message: Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: ''
/StudentWebs/PTetz/MCSP255/final/_admin/products/editproducts.asp, line 43
which line 43 says: if (Multipart.Form("catalogID").Item <> "") then
...etc...
would it help if I just attached the applicable files?
Geez.....I'm pain aren't I?;)