Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello again,
So using the following line of code I have managed to pull back an image that has been uploaded via a user control and display it.
imgCurrentImage.ImageUrl = currentPage.GetProperty("Image").Value;
I would much prefer to use the auto generated thumbnail that is created when an image is uploaded in umbraco but Im struggling to achieve this. I have tried this but cant get it working
imgCurrentVenueImage.ImageUrl = currentPage.GetProperty("venueImage").Value.Split(.) + "_thumb";
Does any one have any idea?
Thanks
Paul
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using the media thumbnial
Hello again,
So using the following line of code I have managed to pull back an image that has been uploaded via a user control and display it.
I would much prefer to use the auto generated thumbnail that is created when an image is uploaded in umbraco but Im struggling to achieve this. I have tried this but cant get it working
Does any one have any idea?
Thanks
Paul
is working on a reply...