Re: [PHP] PHP uploaded files logs

2010-01-01 Thread Kim Madsen
Daniel Egeberg wrote on 01/01/2010 17:10: No, Apache doesn't log POST data only the request. And even if it did, not all hosting companies give you access to your access and error log files... Making your own logfile is a good way to debug, for instance I had a problem with creating a zip

Re: [PHP] PHP uploaded files logs

2010-01-01 Thread Daniel Egeberg
On Fri, Jan 1, 2010 at 14:28, Ashley Sheridan wrote: > Wouldn't the Apache logs show this? Strictly speaking, the file upload > is handled by Apache first, which then passes details along to PHP to > deal with, so a problem might show there first. No, Apache doesn't log POST data only the request

Re: [PHP] PHP uploaded files logs

2010-01-01 Thread Ashley Sheridan
On Fri, 2010-01-01 at 14:10 +0100, Kim Madsen wrote: > Hi > > Manoj Singh wrote on 01/01/2010 08:07: > > Hi, > > > > Is PHP maintaining the logs regarding files uploaded? Actually I needed it > > because recently in my developed web site upload functionality seems to stop > > working even for th

Re: [PHP] PHP uploaded files logs

2010-01-01 Thread Kim Madsen
Hi Manoj Singh wrote on 01/01/2010 08:07: Hi, Is PHP maintaining the logs regarding files uploaded? Actually I needed it because recently in my developed web site upload functionality seems to stop working even for the correct file and i want to check that which type of files are uploaded. Actu