I found a script - Upload and Crop image on this website http://onlinewebapplication.com/2011/08/image-upload-cropping-php-jquery.html Everything works fine, but I need to add my new name for new images...
When I upload an image -> before crop I can change file name, but it works only for big images, for thumb I don't have an idea because the variables are sent by AJAX.
My version works here - link first input is for file path, second for new filename..
I need change name for big image and thumb, but it works only for big. How send variable "image_name" to ajax_image.php ?
Anyone ? Please help me, I need this ..Thanks
"small" . $username . ".jpg". what do you want to change?