+
+
+ mdi-information
+ File Type
+
+ {{ fileInfo.mimeType }} ({{ fileType }})
+
+
+
+ mdi-chart-pie
+ File Size
+
+ {{ formatBytes(fileInfo.size) }}
+
+
+
+ mdi-upload
+ Uploaded At
+
+ {{
+ new Date(fileInfo.createdAt).toLocaleString()
+ }}
+
+
+
+ mdi-details
+ Technical Info
+
+
+ {{ showTechDetails ? "Hide" : "Show" }}
+
+
+
+
+
+
#{{ fileInfo.id }}
+
+
+ {{ JSON.stringify(fileInfo.fileMeta, null, 4) }}
+
+
+
+
+