\n Upload{{ maxFiles > 1 ? ` ${maxFiles}` : '' }} file{{ maxFiles !== 1 ? 's' : '' }}\n
\n\n\n Drag and drop or\n \n to upload\n
\n\n\n Maximum file size: {{ formatBytes(maxFileSize) }}\n
\n\n Successfully uploaded {{ files.length }} file{{ files.length > 1 ? 's' : '' }}\n
\n\n {{ file.name }}\n
\n\n \n0\" class=\"text-xs text-destructive\">\n {{ formatFileErrors(file) }}\n
\n\n \nUploading file...
\n\n \n\n Failed to upload: {{ fileErrorMessages.get(file.name) }}\n
\n\n \n\n Successfully uploaded file\n
\n\n \n\n {{ formatBytes(file.size) }}\n
\n\n You may upload only up to {{ maxFiles }} files, please remove\n {{ files.length - maxFiles }} file(s).\n
\n\n \n