r0ck1t
11-24-2003, 07:47 AM
I want to create a gallery that my users can upload images into and I can then resize the images on the fly to create thumbnails and half size images or even to create them after uploading.
My host doesn't and wont support AspJpeg but have told me I can do this using .NET, since I have no idea when it comes to .NET I was wondering a few more things.
1. Is it possible to leave my site in ASP classic and just call the .NET upload script to resize and rename the files and then redirect the user to a "Success" page?
2. Is it better to create the thumbnails on the fly or make them once and save the filenames to a db?
Any tips on how I would go about doing this would be appreciated aswell.
Thanks
-r0ck1t-
I know there are a few examples and pre-made scripts but I don't understand what the hell they are talking about, and they usually just show thumbnails from a dir, I want to be able to select specific groups of images from my db and show only those thumbnails etc.
My host doesn't and wont support AspJpeg but have told me I can do this using .NET, since I have no idea when it comes to .NET I was wondering a few more things.
1. Is it possible to leave my site in ASP classic and just call the .NET upload script to resize and rename the files and then redirect the user to a "Success" page?
2. Is it better to create the thumbnails on the fly or make them once and save the filenames to a db?
Any tips on how I would go about doing this would be appreciated aswell.
Thanks
-r0ck1t-
I know there are a few examples and pre-made scripts but I don't understand what the hell they are talking about, and they usually just show thumbnails from a dir, I want to be able to select specific groups of images from my db and show only those thumbnails etc.