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.
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
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.
My VPS has all the components imaginable! check with yours However, I don't think that would be available with a dedicated server
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.
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.