HI Sir,
this is my code...still i got the same warning....i tried to upload 7.9 MB..its uploaded...but for 8.3 MB..its not working...$new_size = '100M'; $new_limit = '100M'; @ini_set('post_max_value',$new_limit); @ini_set('upload_max_filesize',$new_size);
i saw in many sites(tutorials)...every where having same asnwer wat u told....dont know wat to do...any other way????
Thanks in advance...
It's "post_max_size" and not post_max_value