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.

Uploading images using ASP Classic

Discussion in 'C#' started by blue98camaro, Oct 14, 2008.

  1. #1
    hat program does everyone use? My hosting company has ASP Upload but i want to move hosting companies and dont want to pay for the license.

    I need something that i can limit the size, limit file type, rename file and write the file name to a database (which i can do if i can some how get the file name)

    Also, what software can i use to replace ASP JPG.

    Thanks everyone.
     
    If someone posts a solution, use the "Best Answer" link in their post to pick it as the best answer.
    blue98camaro, Oct 14, 2008 IP
  2. ranabra

    ranabra Peon

    Messages:
    125
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    are you sure the new host does not have ASP Upload?
    Here is a free asp upload way - freeaspupload.net

    Note it is not a dll. just ascript. that's actually an advantage if you cant access the server side or register a dll in the server's registry
     
    ranabra, Oct 15, 2008 Set Best Answer IP
  3. blue98camaro

    blue98camaro Guest

    Best Answers:
    0
    #3
    I currently have Godaddy but i want to either go dedicated or VPS which normally doesnt have this type of stuff installed already.

    Thanks for the info.
     
  4. ranabra

    ranabra Peon

    Messages:
    125
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    My VPS has all the components imaginable! check with yours
    However, I don't think that would be available with a dedicated server
     
    ranabra, Oct 16, 2008 Set Best Answer IP
  5. VishalVasani

    VishalVasani Peon

    Messages:
    560
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You are using aspjpeg component for image resizing. I think i have not got any alternative in classic asp. But you can resize your image in ASP.net without any component.
     
  6. sampathsl

    sampathsl Guest

    Messages:
    861
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I have used the asp smart upload dll. Its a good way to handle the image upload without troubles. you'll be able to to handle the resizing easily.
     
    sampathsl, Oct 20, 2008 Set Best Answer IP
  7. VishalVasani

    VishalVasani Peon

    Messages:
    560
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #7
    ASPSmartUpload Provides image resize ?