Creating Thumbnails when uploading images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tddeffner
    New Member
    • Mar 2008
    • 13

    Creating Thumbnails when uploading images

    Hey, I was wondering if you guys could help me out. I need to find a way to automatically generate thumbnails as seperate images when uploading. I keep hearing that JavaScript can do it. Anyone have any ideas or what javascript library can do this?

    I will be using classic ASP, any suggestions will be apreciated.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Technically, you can't create thumbnails using JavaScript, but you can use the same image at a reduced size by setting the width/height.

    Comment

    • ronverdonk
      Recognized Expert Specialist
      • Jul 2006
      • 4259

      #3
      PHP can do image handling, by using its GD libraries, quite simple. But I don't know if you're in for PHP, as an ASP adapt.

      Ronald

      Comment

      • tddeffner
        New Member
        • Mar 2008
        • 13

        #4
        Well any suggestions to what I could do on this, there has to be some way to do it. I use classic ASP. Could really use some suggestions.

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          As I explained earlier, JavaScript can't create images, though you can re-use the same image to show a thumbnail of the real image using JavaScript.

          Since you're using ASP, I suggest you ask this question in the ASP forum.

          Comment

          Working...