Uploading images using asp

Discussion in 'C#' started by katchme, Sep 8, 2008.

  1. #1
    Hi! Everybody
    Can anyone tell me how to upload pics on the server??
    How to create a file object??
     
    katchme, Sep 8, 2008 IP
  2. engager

    engager Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You have to use so called multi-part form and then parse binary input in asp-script. Tomorrow i'll give you one snippet.
     
    engager, Sep 8, 2008 IP
  3. VishalVasani

    VishalVasani Peon

    Messages:
    560
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hello,

    You can used the build-in functionality of asp to perform Upload

    Server.CreateObject("ADODB.Stream")
    Code (markup):
    You can download the script from below url. It contains all the code for asp upload using "ADODB" compoent.

    Check below url :

    http://www.freeaspupload.net/freeaspupload/download.asp
     
    VishalVasani, Sep 8, 2008 IP
  4. ibizpro

    ibizpro Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi ,

    You can try the free script available here: freeaspupload.net
     
    ibizpro, Sep 28, 2008 IP