Showing Uploaded Images on Doctype?

Hello everyone,

Im busy build a warehouse report doctype, It will be image based so that the user will need to take a picture of all warehouse areas as a daily audit for cleanliness, organisation etc.

I have created a child table for multiple uploads and i want to display those images on the doctype as well, any thoughts or help? I know that @NCP will have the answer (thanks man)

Use HTML fields with a custom script.
For prints use img tag

You might need to set default upload type to public for that doctype.

how u did this