|
Posted by poorna on 08/31/06 06:34
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
Navigation:
[Reply to this message]
|