CLIENTSIDE IMAGE RESIZE UPLOAD
What is the most efficient way to upload a image file and resize it client side before it uploads. I am trying to avoid the server performing these task.
[160 byte] By [
EWM1XXa] at [2007-11-27 9:03:50]

# 1
you would need to access the file system to load the image in the first place.So its a standalone application, or if you want it on a webpage, an applet / activex control to do the image resize clientside before sending it to the server..