Thumbnails

I have a site that allows image uploads, what I'm looking for is a little piece of code that when the user uploads an image, the code makes a copy of the uploaded image and resizes it to a set size with a new filename of "origionalfilename + _tn.jpg" etc .how I can do this WITHOUT installing any components onto the web server.

View Replies


ADVERTISEMENT

Creating Thumbnails

I'm doing a gallery and I need to make some thumbnails of the images, but yeah...I don't know how, especially since I can't access the server to install stuff. And to be honest I wouldn't know how to install them in the first place (linux server)

Now...the best solution I've come up with so far is to send a string to another webserver that runs on a decent platform and use asp.not to make the thumbnail and then link it from there...would be a pain in the butt though, so if anyone has some good advice then I'm all ears (even if the advice is to give up, tbh)

View Replies View Related

Deleting Thumbnails

I'm trying to delete 2 files using fso. The mail file name is stored in an
access db.

using the code below I can delete the main file but not the thumbnail.

The thumbnail has the same file name plus the suffix "_small" so if the main
file is called "mypicture.jpg" the thumbnail is called "mypicture_small.jpg"

The main file is being deleted but no matter how I try I cannot get the
thumbnail deleted. They are both in the same folder with the same permissions.

Code:

View Replies View Related

Creating Thumbnails

Is it possible to create thumbnails on-the-fly in ASP? I'm aware of ASPImage, but that appears to create actual files. I want to know if I can make 300 x 300 pixel artwork, and have ASP generate any size I prefer.

Maybe I want 50 pixel on this page and 92 pixel on another. I realize I can set the height and width, but I want to actually decrease the download size also. I don't want to recreate a new file for every size. Is this possible?

View Replies View Related

True Image Thumbnails

How can my ASP serverscript read a JPG file and create a small thumbnail
image? I don't mean simple resizing, but true resizing so that the image
actually gets smaller in size. Is this possible without the use of a 3rd
party component?Does anyone have a code example for me?

View Replies View Related

Image Gallery With Thumbnails

I want a page where I will have an image gallery. The page when loaded goes and grabs all the picutres in the directory and puts them into an array, creating thumbnails for them as well (found this part in my search).

After the thumbnails are loaded, I want the pictures to be loaded in the same window, in a section underneath the thumbnails. Also Can I scroll the thumbnails left or right on mouseover? not in a full circle but left until the first one is encountered and right until the last picuture is showed?

View Replies View Related

File Upload, Make Thumbnails.

I need a fileuploader that automatic make thumbnails in different sizes when
an image is uploaded to the server (ASP/Win2003). Does anyone have
experience with this, something to recomend?

View Replies View Related

Fake Thumbnails...2 Folders, 2 Files

Would this be a good idea... to create a thumbnail folder and a lg image folder... and then like link it somehow? How would any of you approach this? I want the website to load the thumbnail images into watever given category and then let the thumbnail have a link to a larger picture which clicked on...

Would this be easy to integrate with what i already have??? I'm using filepaths for the mysql database and the images are resized with html so you can see where the problem lies at...

View Replies View Related

Resizing Images And Displaying As Thumbnails

i pulled this out from an archive but without any comments or instructions on how to use it. any ideas. Code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved