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

[PHP] found a bug with File Uploads..

2001-02-28 Thread Dhaval Desai
Hi! I think I just found a bug in php. I try to upload a file of size 37.0 K and you know what happens.,, The browser takes its own time..and the stupid thing doesnot upload the file. If I upload a file of size 2k then it uploads.. I have specified the file size in the form as : FORM

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. input type=hidden name='MAX_FILE_SIZE' value='10' is a silly thing php has added, the only purpose I could ever see for this is to prevent people from uploading 3G

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