To download this file, please login or click here to register
Description:
1)place the code_snippet folder to the root of wamp
2)Open file upload_image.php
and change paths for your code_snippet folder
define('SITE_PATH','f:/wamp/www/code_snippet/');
3)run the file in your browser
http://localhost:8080/code_snippet/upload_image.php
only images types can be uploaded and generate their thumbnails
Image Types are
"image/gif" "image/jpeg" "image/jpg" "image/pjpeg" "image/png"