A script to upload some Images!

Discussion in 'C#' started by ilisoft, Jul 7, 2006.

  1. #1
    Hi guy's,

    thnx for everybody to help me out:

    Does somebody have a jscript or vbscript to upload pictures to a website. I have some asp pages to create the forms data input. But I also need to upload some pics. I made a foto folder to store the pictures on the server.

    Can someone help me out.

    ili
     
    ilisoft, Jul 7, 2006 IP
  2. vectorgraphx

    vectorgraphx Guest

    Messages:
    545
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
  3. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #3
    but I think most of ASP uploaders need a component installed on the servers.

    Am I right or no?
     
    ludwig, Jul 10, 2006 IP
  4. vectorgraphx

    vectorgraphx Guest

    Messages:
    545
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #4
    all that this one needs, i believe, is a directory with proper permissions set for the iuser_web. its the easiest one to implement that i've found, and its very easy to modify as well. but yes, you're right about upload scripts, i think they generally need a dll registered on the server, such as aspupload.

    VG
     
    vectorgraphx, Jul 10, 2006 IP
  5. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #5
    their are plenty of pure-asp uploader scripts out there. No, a component does NOT have to be installed on your server to upload files.
     
    ccoonen, Jul 10, 2006 IP
  6. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #6
    yes, but usually you can't manipulate with them, thus you better have a component installed and then not only upload, but resize, write copyrighted text on it, etc.......

     
    ludwig, Jul 11, 2006 IP