I'm no way near an expert so I might be totally wrong. But here is my thought.
Could it be that there is no thumbnail to show?
For every image I have uploaded in Umbraco backend, it seems Umbraco has created an extra thumbnail. For example, in my wwwroot/Media-folder I have image.png and image_thumb.png.
Maybe since you are not using Umbraco to upload the file you need to create your own thumbnail.
Upload Field data from Razor Form. How assign data.
Hi,
I create a razor form to update member data.
So, I've an upload file field on the form and I upload data via post and I use GetImageFromRequest from WebImage Helper.
I assign file path to upload datatype with currentUser.getProperty("foto1").Value = newFileName;
Data are right uploaded, but into Umbraco backoffice I see file path and not thumbnail ( see image ). Why?
Thank you
I'm no way near an expert so I might be totally wrong. But here is my thought.
Could it be that there is no thumbnail to show?
For every image I have uploaded in Umbraco backend, it seems Umbraco has created an extra thumbnail. For example, in my
wwwroot/Media
-folder I haveimage.png
andimage_thumb.png
.Maybe since you are not using Umbraco to upload the file you need to create your own thumbnail.
is working on a reply...