Asp.net - linked style assembly

On linkedin.com, a photo that you can manage for your profile has the option to select an "area" from the photo to crop and use as your profile picture.

I am assuming that it uploads the original image to the server and then stores the top left x, y, width and height.

Does anyone know of a web example of something like this? Ideally asp.net 3.5 platform.

0


source to share


1 answer


check it out - it might help

http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous/



has a demo in

http://www.defusion.org.uk/demos/060519/cropper.php

+1


source







All Articles