tags:

views:

45

answers:

1

hi ,

i want to upload profile pic like facebook and ajax upload the image and crop with the fix size and ajax upload to server . in jquery ,php ,

how can i do it ?

thanks rahul

+1  A: 

One option is to crop the picture after it's uploaded. Cropping the picture on the client side might get tricky.

PHP & jQuery image upload and crop

PHP file upload tutorial

File uploading guidelines in PHP manual

Saul
If you crop after its uploaded then I'd suggest you use the ImageMagic API - http://www.imagemagick.org/script/api.php?ImageMagick=20p2n9nr9sr84mvgcouba6aeo4
Hannes de Jager