{if !empty($file)} {/if}
NOTE: Uploading files with duplicate names will cause the files to be automatically renamed. For example 'file.jpg' will become 'file.jpg.1'. Filenames are considered unique per patient, not per category.
Upload Document {if $category_name} to category '{$category_name}'{/if}


Upload Report
{$error}
ID: {$file->get_id()}
Patient: {$file->get_foreign_id()}
URL: {$file->get_url()}
Size: {$file->get_size()}
Date: {$file->get_date()}
MimeType: {$file->get_mimetype()}
Revision: {$file->revision}