jquery_php_avatar is a avatar upload and resize using php and jquery imgareaselect.
- Unpack in a application server dir, such as apache2.
For me, i use Ubuntu and install the apache2 and unpack it to /var/www/html/jquery_php_avatar.
Note: Be sure you are installed php(>=5.2) in apache2 and support GD function.
2. Use in browser.
Accessed using a browser with URL such as http://localhost/jquery_php_avatar/index.php, and then do the follow 3 step to upload and resize using image area select to generate the avatar.
Begin to upload image file
![Begin to upload image file](https://raw.github.com/firstboy0513/jquery_php_avatar/master/wiki/fnoavatar.png)
Image area selector
![Image area selector](https://raw.github.com/firstboy0513/jquery_php_avatar/master/wiki/fselector.png)
Generate the avatar
![Generate the avatar](https://raw.github.com/firstboy0513/jquery_php_avatar/master/wiki/favatar.png)
http://odyniec.net/projects/imgareaselect/
- how to configure it. [OK]
- how to use it. [OK]
- how to remove thumb file and upload file after change avatar. [WILL DO]