|
Posted by Gordon Burditt on 12/06/05 16:29
>By changing
>post_max_size = 1000000000M to
>post_max_size = 100000000M
>all post data was sent.
>
>The reason I changed it was that I thought it worked in conjunction
>with
>upload_max_filesize
>
>but this doesn't seem to be the case. File upload will still upload
>files of a gig.
Don't you think that 100,000 GIGABYTES is a little excessive for
POST data? Besides, it's apparently taking it as a signed 32-bit
number anyway, and if it's negative, it won't allow any.
Gordon L. Burditt
Navigation:
[Reply to this message]
|