i'm not after a wysiwyg image editor. i simply want to be able to resize uploaded images with the code to a fixed size / proportion with asp.net.
much like jpeg upload use to work on asp.
any tutorials? pointers?
cheers.
i'm not after a wysiwyg image editor. i simply want to be able to resize uploaded images with the code to a fixed size / proportion with asp.net.
much like jpeg upload use to work on asp.
any tutorials? pointers?
cheers.
I have some code in VB flavor that will resize an image dynamicly, before it is diplayed, this means I only have to have one imgae of and change the size as require when I use i,
Not sure thats what u are asking for tho![]()
it's an idea, might use that for something else!
but i want to be able to limit the size of the upload in the first place - example, if someone uploads a 3mb file 3000x2000px, i want to be able to reduce it to 600x800 and make sure the file size is under 500kb. etc etc. much like persists jpeg upload for asp, the user sees nothing but the file is reduced and resized.
searched until the ends of the earth last night, and found nothing... this morning, one search... found this
http://forums.asp.net/2/1266016/ShowThread.aspx. damn.
Here are some links I found (only spent a bout 30 secs):
http://aspnet.4guysfromrolla.com/articles/012203-1.aspx
http://www.codeproject.com/aspnet/pnguploader.asp
http://www.stardeveloper.com/article...3040501&page=1
You should also be warned that it is not wise to allow a user to upload a full 4Mb image if you intend to convert this into something under 500Kb. Since the any upload processor you write in ASP.Net will work on the server and hence the user will have to transfer the whole file before you process it.
Sol.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks