I allow my users to upload files to their own directory on my site via a HTTP file upload. I need to track both the up- and down-stream bandwidth for each of my users. I can get the download data from Apache's access log, but it doesn't seem to show an entry for the file UPload.
Does anyone know how I can get this information?