Hello, I’m trying to upload a zip file in Yii 1.0.8 and the print_r function returns:
CUploadedFile Object ( [_name:private] => munira.zip [_tempName:private] => [_type:private] => [_size:private] => 0 [_error:private] => 1 [_e:private] => [_m:private] => )
now I tried 1.0.7 and nothing happens…it seems like a file size limitation because I put just 4 files in the zip and it worked, but I don’t have any rule in my model to limit file size…the entire file size is about 6Mb
Does anybody now whats wrong?
thanks