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
Hi,
This is my scenario:
I've set up my code to have images saved elsewhere other than the /media folder.
This new directory is a virtual directory set up thru IIS7
I've also updated the "umbracoFile" property to be "/virtualdirectory/image/{filename}"
Now on the umbraco admin UI, the image link and thumbnail does not show for my media document.
Is this not allowed?
Any help would be appreciated.
Thanks!
You'll probably have to modify the way that the thumbnail is displayed, Umbraco isn't designed to have media stored elsewhere without creating your own data types completely.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
virtual directory and image thumbnail
Hi,
This is my scenario:
I've set up my code to have images saved elsewhere other than the /media folder.
This new directory is a virtual directory set up thru IIS7
I've also updated the "umbracoFile" property to be "/virtualdirectory/image/{filename}"
Now on the umbraco admin UI, the image link and thumbnail does not show for my media document.
Is this not allowed?
Any help would be appreciated.
Thanks!
You'll probably have to modify the way that the thumbnail is displayed, Umbraco isn't designed to have media stored elsewhere without creating your own data types completely.
is working on a reply...