Re: [PHP] found a bug with File Uploads..

2001-03-01 Thread TTT
Hi, I found a workaround in http://bugs.php.net/bugs.php?id=9298&edit=2 hope that helps. -- Thierry TABARD Digital Sound Planet http://www.digitalsoundplanet.com ""TTT"" <[EMAIL PROTECTED]> wrote in message 97jdcm$9ja$[EMAIL PROTECTED]">news:97jdcm$9ja$[EMAIL PROTECTED]... > Hi , > in fact it do

Re: [PHP] found a bug with File Uploads..

2001-03-01 Thread TTT
after hunting a little more it appears that apache adds a 'content-type: blabla" at the start of the file. Php just copies the already corrupted file ... any clues on how to fix that ? -- Thierry TABARD Digital Sound Planet http://www.digitalsoundplanet.com ""TTT"" <[EMAIL PROTECTED]> wrote in m

Re: [PHP] found a bug with File Uploads..

2001-02-28 Thread TTT
Hi , in fact it doesn't do much ( at least on the couple browser I tested it) : whatever you put as a limit the file will upload ... this is a p.. in the a... because if you do the check on the server it can only be done when the upload is complete : pretty unfair to tell the user that he has no

Re: [PHP] found a bug with File Uploads..

2001-02-28 Thread Chris Lee
try droping the max_file_size entry, does it help? I run on linux and my file uploads work from all browsers but opera. is a silly thing php has added, the only purpose I could ever see for this is to prevent people from uploading 3G files, but if this is the case, should the security no