`gp.fileupload` is a wsgi middleware to get the stat of large files uploaded to
the server.

The principle is to write the size read to a temporary file and get
the stats from the temporary file.


