Your Temporary Data (temp)
This calculator function helps manage temporary files. It can clear them and display their details efficiently.
Your Temporary Files
Purpose
The "Your Temporary Files" function in this web app allows you to manage and view the temporary files that you have uploaded or worked with during your session. You can clear these temporary files if needed.
Use Cases
- View a list of temporary files you have uploaded
- Clear temporary files to free up space or start fresh
How to Use
- Enter the web app and navigate to the "Your Temporary Files" section.
- You will see a list of temporary files that you have uploaded or worked with during your session.
- If you want to clear these temporary files, look for a button or option that allows you to do so.
Input Values
- Clear Temporary Files: A checkbox or button to clear all temporary files. Default is unchecked.
Output Values
- Return Value: A list of temporary files and their details, such as file name, size, and type.
Any other Instruction
- Be cautious when clearing temporary files as this action cannot be undone.
- Make sure you no longer need the files before clearing them.
Steps of Calculation
- The function retrieves the temporary files associated with your session.
- It then displays the details of each file, such as name, size, and type.
- If the option to clear temporary files is selected, the function removes these files from your session.
Technical Parameter names
- request: qreq
- clear_temp: False
Return Values
- out: QScreen()
Example Expressions
You can use the following expressions to directly evaluate in a non-interactive manner using eval():
temp(request=qreq, clear_temp=False)
temp(request=qreq, clear_temp=True)
Click on Help icon to open the help page on a separate window.