My session variables are saved in a database, that's more than possible, tho the thought of saving a 3000char session variable in a table is a bit hairy :) -----Original Message----- From: Jasper Bryant-Greene [mailto:jasper@xxxxxxxxxxxxxxxxxx] Sent: Tuesday, 23 August 2005 3:48 PM To: php-general@xxxxxxxxxxxxx Subject: Re: Large URI request problem > You can't make a POST request for an image using the <img> tag. What you could do, however, is put the data in a session variable and access it in the createimage.php file. Only thing I can think of, however, is that the createimage.php file might be called by the browser before the calling page has finished loading (esp. with newer pipelining browsers), and therefore before the session vars are saved... You could try it, though. Any other ideas? Jasper -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php