| 
 Posted by Jerry Stuckle on 08/30/06 11:18 
poorna wrote: 
> hi Ninad 
>  
> i changed the upload_max_filesize to 15m in php-ini file ... 
> now the video file(which is in KB size) was uploaded.. 
> but the video file(which is in MB size) was not uploaded... 
> i cant to find the error.. 
> what can i do for this?? 
> plz help me to come out from this.. 
>  
> Regards 
> poorna 
>  
>  
>  
>  
> Ninad wrote: 
>  
>  
>>Hi Poorna 
>>             do what Jerry had told in previous post and alos check the 
>>file upload limits by printing the phpinfo(); if the size of the file 
>>is more than the maximum size allowed in the php then also it will not 
>>upload the file. that is upload_max_filesize 
>> 
>>Thanks 
>>Ninad 
>  
>  
 
Where does your php.ini file indicate your error log is?  If there isn't  
one in the php.ini file, it will use your Apache log. 
 
Of course, you can always set a log file in the php.ini then change it  
back if you want. 
 
--  
================== 
Remove the "x" from my email address 
Jerry Stuckle 
JDS Computer Training Corp. 
jstucklex@attglobal.net 
==================
 
  
Navigation:
[Reply to this message] 
 |