[PHP] Transfer-Encoding: chunked problem

2005-12-10 Thread kumar kumar
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

Re: [PHP] Transfer-Encoding: chunked problem

2005-12-10 Thread M
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