Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Cannot use generic Request collection

New Here ,
Jul 19, 2007 Jul 19, 2007
Hi i created a form that inserts into a database some time ago, today i just had to add a field to it, now when i try to submit the form i get

Request object error 'ASP 0208 : 80004005'

Cannot use generic Request collection

/admin/addappnote.asp, line 42

Cannot use the generic Request collection after calling BinaryRead.

i am using pure asp upload if that helps, i read some where about having to change request.form to UploadFormRequest which i tried but did not seem to work, i do not understand why i suddenly need to change anything, I am using CS3

If anyone can awnswer me please can you explain exactly as i am not an expert in dreamweaver.

Thanks

John
TOPICS
Server side applications
893
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 19, 2007 Jul 19, 2007
LATEST
Any of these upload components will also read any fields in the form that
uploads the file. You have to access the form fields through the upload
object (usually objUpload.Fields or objUpload.Form where "objUpload" is the
name of your base upload object). Check the documentation for the exact
method.

"pepps" <webforumsuser@macromedia.com> wrote in message
news:f7nhd0$cuv$1@forums.macromedia.com...
> Hi i created a form that inserts into a database some time ago, today i
> just
> had to add a field to it, now when i try to submit the form i get
>
> Request object error 'ASP 0208 : 80004005'
>
> Cannot use generic Request collection
>
> /admin/addappnote.asp, line 42
>
> Cannot use the generic Request collection after calling BinaryRead.
>
> i am using pure asp upload if that helps, i read some where about having
> to
> change request.form to UploadFormRequest which i tried but did not seem to
> work, i do not understand why i suddenly need to change anything, I am
> using CS3
>
> If anyone can awnswer me please can you explain exactly as i am not an
> expert
> in dreamweaver.
>
> Thanks
>
> John
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines