[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

[PHP] Query about gzinflate

2005-11-15 Thread kumar kumar
HI How to uncompress compressed data with php://input Which one of the following is correct 1 .$unzip = gzinflate("php://input","r"); $getdata = fopen($unzip."r"); 2. gzcompress("php://input","r"); $getdata = fopen($unzip."r"); what the best solution help me With regards Praveen

[PHP] Error in reading and writing bytes

2005-11-09 Thread kumar kumar
Hi i am new to PHP .I am facing some problems . Here is the code below Here the applet will send the files thru http . files from 30 bytes to 2 GB. $val) { $default=$default.$val; if(!file_exists($default)) if (!mkdir($default,$dirmode)) {

[PHP] Error in reading and writing bytes

2005-11-09 Thread kumar kumar
Hi i am new to PHP .I am facing some problems . Here is the code below Here the applet will send the files thru http . files from 30 bytes to 2 GB. $val) { $default=$default.$val; if(!file_exists($default)) if (!mkdir($default,$dirmode)) {

[PHP] How to read Byte Stream

2005-11-05 Thread kumar kumar
Hi I am Software Engineer in hyderabad . if possible i need some help in PHP. we are developing one applet that will upload the files/folders upto 2gb . the applet will send the file in bytes stream via http . At server side the PHP has to receive the file bytes stream and as to write the file i