Hi, I need resize (resample) uploaded image with image browser. I use PHP script for resize (GD2.0 or imagic) and I dont know where is the script that makes upload the server...
How can I use external script for upload images on server and theit resampl ? How ?
How can I use external script for upload images on server and theit resampl ? How ?
RE: resize uploaded image (image browser)
move_uploaded_file( $oFile['tmp_name'], $sFilePath ) ;