|
FAQs
Frequently asked questions regarding implementing the cropper
IntroductionThis section covers any frequently asked questions, I will slowly build this list up as I see regular questions arise. 1. How do I save the cropped image?The JavaScript Image Cropper UI is simply a JavaScript interface to allow a user to select the area of an image they wish to crop. Physically cropping and saving the image is beyond the abilities of JavaScript and should be performed server-side, this usually works in the following process:
3rd Party Server-Side ImplementationsThere are some 3rd party server-side implementations that work with the JavaScript Image Cropper: PHP:
Coldfusion: .Net && C#: (Note if you have a server side implementation of the cropper which not listed above please contact us via the Google Group
2. How do I prevent the user from re-sizing the cropperYou can prevent a user from re-sizing the cropper on either a single or both axes by setting the min dimension & max dimension to the same value - this will make the cropper not display the appropriate resize handles, e.g.:
|
Sign in to add a comment
Hi - First of all: very nice work with the cropper. I have looked and tried all your examples and it feels and looks awsome!
I did find some explanation on what the asp-serverside script would look like, but i cant get that one work?
Can you provide in the download-zip an example of php and asp script to demonstrate how it works? I want to save the crop in a database/webfolder.
Thanks!
Hi,
This is Shiva.It is working with Mozilla and IE6 ..
but it is not working properly with IE 7..
thanks..
Yes, doesn't work in IE7 or latest Opera 9.50. But I guess we got something wrong in the code???
Hi, can we use this cropper with ASP.NET.
This is so cool, thank you! but "Saving this cropped image" has got me stumped;
This link only has an idea but the download does not work? http://www.theatons.com/php-js-image-cropper
This part means that I have to upload the "image" twice, once to crop and once cropped. Server crops and saves the image (may also resize - e.g. for a fixed size avatar)
I may be looking to deep but will have to try something here.
Cheers
Hi David. What a very cool piece of code. I'm going to use it in a slightly different way though, as I want to just select an area of a div to let the user position things on screen (well, in an area). Nice work, thankyou!
@katkam.rajesh
For an ASP.NET example with code, please check out: http://geekswithblogs.net/SanjayU/articles/asp.net-image--photo-cropper-in-c.aspx
SanjayU
Is there any server side implementation for JavaEE with Spring Framework???
anyone else having issues with firefox 3.5