Results 1 to 5 of 5

Thread: Saving an image in ASP

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2000
    Posts
    55
    Hi guys

    I am having on problem in my ASP application.
    If an user posted an image. how can i collect it and save it to the disk. Please tell me the solution.
    Thanks in advance.


  2. #2
    Lively Member
    Join Date
    Aug 1999
    Posts
    89
    I don't really know how to do this.
    But i have observe that some of the web sites are using the tag
    <input type=file....>

    They are using some sort of RFC 1867 standard.


    http://utopia.knoware.nl/users/schlu...ags/index.html

    This is about all that i can get...sorry.

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2000
    Posts
    55

    Thanks for replying
    BUT
    you are not getting my point.

    Ok. i have used the tag <input type=file>.... in the page
    using which user will choose the file name(which is there in his computer) to upload(Just like sending attachments along with a mail.) to the web server.

    the moment he submits (submiting means requesting for another page)(at server level)in the requested page (it is an asp page) i have to collect the file contents using Request object and i have to save the contents to the local hardisk of the computer where this web server is running.

    how can i do it.


  4. #4
    New Member
    Join Date
    Jan 1999
    Location
    Memphis, TN, USA
    Posts
    14

  5. #5

    Thread Starter
    Member
    Join Date
    Mar 2000
    Posts
    55

    Wink


    ThanQ Bryan

    You said to use third party component.
    How can i do it only with vbscript or jscript with out using third party component.

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