I am integrating uploadcare to my php form where user can upload files of all types and see preview of uploads once upload complete. Right now my uploadcare is displaying preview image fr image file types like png, jpg. But I also need to show preview for PSD file types. How do I do that? For note, once the files are uploaded they are appended to dynamically created divs using jquery and the previews are displayed inside the dynamic div.