As the default setting for file upload is set to 2MB, we usually get
a problem since we cant always access the php.ini on every server
our scripts should be run from.

After looking in the php.ini file on one of my webhosting partners
I noticed an interesting (in my opinion) thing with the post settings
which read :
(And to make it clear, I could easilly change the php.ini file, but due
to the other clients on this webserver I cant... Im not alone here )

post_max_size = 55M

Since the other setting would easilly accept say 5 MB I wonder,
would it be possible to upload an image "as a POST"? Or something
like this?

Maby this is a pointless idea to investigate further ?

-- 
Kim Steinhaug
---------------------------------------------------------------
There are 10 types of people when it comes to binary numbers:
those who understand them, and those who don't.
---------------------------------------------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to