Posts Tagged by resize
Upload any format image and resize
| January 15, 2008 | Posted by Subikar under image upload, resize |
Here is another code from me. Upload image and resize……. Features available : 1. Upload any format image. 2. Resize image. How to install. Download Extract the folder to your root directory. Change Parameter $ArgumentsInArray = array( ‘TmpFileName’ =>$_FILES['resize']['tmp_name'], ‘DestinationFolder’=>’C:/wamp/www/resize/image/’, /* Change the path of the image where it will upload after…