Changes between Version 1 and Version 2 of FileSandbox
- Timestamp:
- Jan 30, 2017, 3:52:32 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FileSandbox
v1 v2 18 18 it uses the input file versions at the moment of submission, 19 19 even if the files are then modified while the batch is in progress. 20 21 Files in the sandbox are not cleanup up automatically. 22 The web interface allows users to delete their files. 23 24 == Implementation == 25 26 Links to the files are stored in a "sandbox directory" 27 PROJECT_ROOT/sandbox/USERID/. 28 The entries in this directory have contents 29 {{{ 30 size MD5 31 }}} 32 33 The actual files are stored in the download directory, 34 under the name '''sb_userid_MD5'''.