Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. can't user request.form after upload !!!

can't user request.form after upload !!!

Scheduled Pinned Locked Moved Web Development
helpdatabase
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    delnaz
    wrote on last edited by
    #1

    i wana have upload source and post others field of my database in same form , and then when i user request.form("txt") , it produce me this error!!! Cannot use Request.Form collection after calling BinaryRead. i waste much times on net to find way , but non of them are useful! help me. thanks. Have good day and time

    G 1 Reply Last reply
    0
    • D delnaz

      i wana have upload source and post others field of my database in same form , and then when i user request.form("txt") , it produce me this error!!! Cannot use Request.Form collection after calling BinaryRead. i waste much times on net to find way , but non of them are useful! help me. thanks. Have good day and time

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      You can't use Request.Form, as the form data is sent along with the file data. The upload component will read the form data when the file data is read, and you have to ask the component for the form data. Upload components usually have a Form method that works similar to Request.Form. --- b { font-weight: normal; }

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups