1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

ASP classic Thumb image

Discussion in 'C#' started by okpara36, Mar 28, 2011.

  1. #1
    Hello all,

    I really need ASP classic script / a way

    to generate thumb image.

    I v got image with 400x300 and I need to generate them auto to 100x100..
     
    okpara36, Mar 28, 2011 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    With classic ASP you need to use a component to generate a thumbnail so you will need to check with your host to see if they have any or if they allow you to install your own.

    With .Net it is simple to do thumbnails and no additional components are required
     
    AstarothSolutions, Mar 29, 2011 IP
  3. camjohnson95

    camjohnson95 Active Member

    Messages:
    737
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Easy to do with .net, not sure about classic asp... you don't have to change your whole site to .net, just the page for the thumbnail image..
     
    camjohnson95, Mar 29, 2011 IP
  4. miguelf

    miguelf Member

    Messages:
    98
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    48
    #4
    Use ASP.NET, it very simple in ASP.NET. In classic ASP, you will need an additional component.
     
    miguelf, Apr 6, 2011 IP
  5. webveins

    webveins Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    use this component
    Set FileUp = Server.CreateObject("SoftArtisans.FileUp")
     
    webveins, Jul 4, 2011 IP