Hello,

I have the weirdest thing going on...I have an image upload field that has been working fine for months and months, and as of yesterday now every file that is uploaded has a size of 0!
After testing, I noticed only 1 mime type that didn't have a size of 0 and it was 'application/x-macbinary' or something like that...


I have checked the server to make sure it is not a diskspace issue, have checked the php ini file to make any settings were changed, have all the correct form tags...

Any ideas??? I'm pulling my hair out here.

Here's what's coming up in the $_FILES array arfter submitting...

Array
(
    [userfile] => Array
        (
            [name] => linker2_0_4.tar
            [type] => application/x-tar
            [tmp_name] => /temp/phpFSoKmc
            [size] => 0
        )

)

 thanks
Mike D

Reply via email to