file_errors

NAML documentation   Watch a video
   Usages of this macro
... in reply.naml
256
257
258
259
260
261
262
263
<macro name="file_errors" requires="error">
    <n.invalid_file_exception
Binary
Namespace: ErrorNamespace
Parameters: do
.>
        <t>File was not uploaded: <t.file.filename
Binary
Namespace: InvalidFile
/> (please upload again or remove the tag)</t>
    </n.invalid_file_exception.>
    <n.invalid_image_exception
Binary
Namespace: ErrorNamespace
Parameters: do
.>
        <t>Image was not uploaded: <t.image.filename
Binary
Namespace: InvalidImage
/> (please upload again or remove the tag)</t>
    </n.invalid_image_exception.>
</macro>