Posted by M on 12/11/05 04:21
kumar kumar wrote:
> Hi
>
> i am sending encrypted data(AES-CBC) every large
> files to the php pages as streams, in php i am
> decrypting the data .
>
> The code is working fine for the filesize less than
> 12MB each (if 30files each of 12 Mb total = 360 Mb)
> its working file .
>
> If i am trying to upload a file greater than 15 mb the
> upload is hanging at 13.43Mb
>
> And after some time i am getting following msg
>
> Server: Apache/2.0.53 (Win32) PHP/5.0.3
> X-Powered-By: PHP/5.0.3
> Transfer-Encoding: chunked
> Content-Type: text/html; charset=ISO-8859-1
>
> ‚ìD0Ρ)›ÝT5 ‚ìD0Ρ)›ÝT5 and junk values
>
What is the maximum post size?
[Back to original message]
|