tags:

views:

112

answers:

2

Hi ...

Im looking for upload and crop image in PHP. The scenario is:

  1. user choose image and upload to server
  2. after uploaded, the website display the uploaded image.
  3. user crop the image
  4. And upload the cropped image to the server.

can you help me to implement this ?

+3  A: 

Hai ,

Jquery can help you... For ref see this

http://www.downloadjavascripts.com/list/javasitezz62/Details.aspx

and http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/

Pandiya Chendur
Thaks .., I will try
adisembiring
Have you done that?
Pandiya Chendur
A: 

take a look at this: http://www.ajaxf1.com/tutorial/ajax-file-upload-tutorial.html

jjj