PHP : “UPLOAD_ERR_INI_SIZE error”. When try to run my upload script

I have change upload_max_size to 300M while the post_max_size to 600M in php.ini. Now, I have made an upload script and try to upload some files. I've uploaded a file of about 100MB which is lower than my upload_max_size so i thought it would be ok. When I try to upload it i got this error message "UPLOAD_ERR_INI_SIZE error".
Can anybody tell me what's with this error.
