Link to home
Start Free TrialLog in
Avatar of AndersonHitchen
AndersonHitchen

asked on

Classic ASP "Generic request error"

I am getting the following error when submitting a form.

Request object error 'ASP 0208 : 80004005'
Cannot use generic Request collection
/admin/includes/incAuth.asp, line 5
Cannot use the generic Request collection after calling BinaryRead.

The form contains a simple upload to a mysql database including images by way of pure upload.

I have attached the code snipet.

Cheers
ASKER CERTIFIED SOLUTION
Avatar of Big Monty
Big Monty
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AndersonHitchen
AndersonHitchen

ASKER

Thank you I will try that