Admin Dashboard

Total Files Uploaded
{{ fileUploads.length + expiredFileUploads.length }}
Since launch
Total File Size on Disk
{{ totalFileSizeOnDisk | formatFileSizePipe }}
Across all stored files
Operational For
{{ statistics.applicationOnlineTime | duration }}
Since launch
Total Downloads
{{ totalFileDownloads }}
All time
Last Admin Login
{{ statistics.lastUserLogin.loginTime | relativeTime }}
First login...
Most recent login

Active file uploads

Entity ID File ID File Name File Size Single Download Disabled Upload Date Uploaded By IP Download Count Password Protected
{{ file.id }} {{ file.fileId }} {{ file.fileName }} {{ file.fileSize | formatFileSizePipe }} {{ file.singleDownload ? 'true' : 'false' }} {{ file.disabled ? 'true' : 'false' }} {{ file.uploadDate | date: 'medium' }} {{ file.uploadedByIpAddress }} {{ file.downloadCount }} {{ file.passwordProtected ? 'true' : 'false' }}

Expired file uploads

Entity ID File ID File Name File Size Single Download Disabled Upload Date Uploaded By IP Download Count Password Protected
{{ file.id }} {{ file.fileId }} {{ file.fileName }} {{ file.fileSize | formatFileSizePipe }} {{ file.singleDownload ? 'true' : 'false' }} {{ file.disabled ? 'true' : 'false' }} {{ file.uploadDate | date: 'medium' }} {{ file.uploadedByIpAddress }} {{ file.downloadCount }} {{ file.passwordProtected ? 'true' : 'false' }}