Results 1 to 2 of 2

Thread: upload problem.......help -- important

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    9

    upload problem.......help -- important

    below is the coding that i created :

    <form method=post action="upload.asp"
    enctype="multipart...something">

    <input type=text name=filename value="">
    <input type=file name=uploadfile>

    </form>

    I allowed user to enter the filename. So
    whatever file the user upload, the filename
    will follow the name which they entered.

    After posted the form, i use request("filename") to
    get the filename value, but i couldn't
    get it. I can get it only if i remove
    "enctype="xxx" .

    so i would i like to know how to get the other posted data where the form is in
    :enctype="multipart...something": ?

  2. #2
    Lively Member
    Join Date
    Jan 2001
    Posts
    118
    Yip. Same problems here. The thing I know is that is sends the info in binary to the server.

    Temp solutuion is to use a session var. But I need to figure out how the encry type works.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width