_Request_Post.Files (gb.web)

Property Read Files As Collection

Return a collection of the files sent with the request.

Each file sent with the request is stored in a temporary file on the harddisk.

The file paths are stored in that collection, the key being the file name specified in the request.

If your /tmp directory has a limited capacity, it will prevent too big files to be sent to your application.