Gambas Documentation
Documents

Request.TempDir (gb.web)

Static Property TempDir As String

Return or set the temporary directory used to store the files uploaded by the request.

By default, uploaded files are stored in the /tmp directory. Changing it is useful if /tmp is not big enough.