MyBlogPlanner

Archive for the ‘image upload’ Category

Upload any format image and resize

Tuesday, January 15th, 2008

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 resizing.*/
    ‘FileName’         => $_FILES[’resize’][’name’],
    ‘Width’            => 200, /* Width of the image after resize */
    ‘Height’           => 30,  /* Height of the image after resize */
    );
  • Run from web browser : http//www.yoursitename.com/resize/resizeme.php

Thanks a lot going to find out more simple work for you.