Link to home
Start Free TrialLog in
Avatar of Delboy
DelboyFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Resize Image before Upload

Hi Gang..  I am using ASP for my web pages.  I have the need to upload images, but restrict my users to a limit on size.  I do not want the user to have to resize the image, but I do not want to upload and THEN resize.  I woul like to Resize on the client, and then upload the images to my chosen area..

Any one got an idea which can help me??


Best regards

Derek.
ASKER CERTIFIED SOLUTION
Avatar of kevp75
kevp75
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Delboy

ASKER

I thought that might be the response..  there must be an applet out there somewhere which I can 'plug in' to my page..  the search goes on..  thanks for the comments..


Derek.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of peterxlane
peterxlane

This can be done for free using .Net

I have an upload form that allows an image to be uploaded and it creates a 450X600 version of the image, a 100X75 version of the image, and saves the original image as well.

At a bare minimum, the image has to be uploaded to memory on the server in order for any type of image processing to occur, unless you use an ActiveX control.  I know nothing about Java applets so I don't know their capabilities.

Bear in mind, that this is about the only thing I have done with .Net, and it was not overly difficult at all.  There are so many samples online to get you started.  Coincidentally, after I built my page with .Net, I discovered that my web host had not one, but two different image resizing components available for use, so I would check on that to begin with...

Avatar of Delboy

ASKER

Thanks for the comments guys..  I have just fould an image resizer on the microsoft website which is fab..  you can right click any image and resize on the fly..  so if you are in a browse window just before you upload an image, you can right click the image(s) and choose resize..  choose the size and it is done..  fab stuff from the powertoys section of MS..


Have agood easter fellows..

Derek.
Avatar of Delboy

ASKER

sorry peter, just got your message after submiting my comments..  thansk for that..  I will have a look at that too...

Regards,

Derek.
Can you tell me the link of microsoft image resizer?