|
If you know where the "statistics of the uploads" are, you can do it easily.
For example if they are in the database, just look at the name of the database, the table, and the fields, and get statistics with MySQL querys.
If they are in a log as a text file, just do it with some php scripts, to open the file and extract stats from.
|