Posted by Jerry Stuckle on 08/31/06 13:26
poorna wrote:
> Jerry Stuckle wrote:
>
>
>>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
>>==================
>
>
>
> Hi jerry
>
> really thanks for your reply...
> we didnt have php log file
> we r using apache log ...
>
> how uploading is belonging to set the changes in apache log ??
> i cant understand..
> plz explain me..
>
> regards
> poorna
>
You need your Apache error log, not the Apache Access log. They are two
different logs.
Without knowing the real error any attempt to fix the problem is just
guessing. And we can keep guessing forever.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|