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:[EMAIL PROTECTED] 
Sent: Tuesday, 23 August 2005 3:48 PM
To: php-general@lists.php.net
Subject: Re: [PHP] 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

Reply via email to