Forum Moderators: open
Request object error 'ASP 0207 : 80004005'
Cannot use Request.Form
/genisoft/new_feis_event_next1.asp, line 13
Cannot use Request.Form collection after calling BinaryRead.
Then I changed all request.form to upload.form after I am getting
following error
Microsoft VBScript runtime error '800a01a8'
Object required: ''
/genisoft/new_feis_event_next1.asp, line 12
To process a file upload on IIS requires the use of a file upload object or a file upload script. Both methods should (but scripts don't always) provide a way to access the other form fields. Check the docs for the upload object or script you're using. If you're not using a file upload object or script then you need to :) Check with your host to find out if they have a file upload object installed.
(Posting a brief snippet of the relevant code is generally useful when asking for help.)