String tempPath(Uploaded file)
Arguments
file: A user-uploaded file
Usage
Returns the temporary location of the user-uploaded file. The file will be deleted from this location when the webapp exits, so you must either copy it to a permanent location (filesystem, database, etc), or complete all your processing by the end of the webapp.