We have simple HTML form with , like shown below:
Attachment:
For preview in Firefox works this - attachment is object of attachment element in first example:
if (attachment.files) previewImage.src = attachment.files.item(0).getAsDataURL(); else previewImage.src = attachment.value;