At 9:52 AM +0100 10/30/06, Martin Hochreiter wrote:
What is wrong here?
Martin:
Damn, that's a lot of code to do something pretty simple. I had no
problems uploading and resampling your image with a lot less.
Try using ob_start() and ob_end() to grab your image.:
ob_start();
imagejpeg($new,$dir.'view/'.$name,85);
ob_end_clean();
hth's
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php