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
On a project I need to be able to read all media in a specifc folder to resize the images. How can I do that using code in the Umbraco UI.
You can't do this via the UI.
You can either do this using the API, or you can simply resize the images as you display them using http://our.umbraco.org/projects/website-utilities/imagegen (highly recommended)
Rich
I was afraid of that... I know that the images has a reference in database but it seems that I need to implement my own flash upload (the client are uploading several hundres of images 2-3 times per year in big size).
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get Media in Umbraco UI
On a project I need to be able to read all media in a specifc folder to resize the images. How can I do that using code in the Umbraco UI.
You can't do this via the UI.
You can either do this using the API, or you can simply resize the images as you display them using http://our.umbraco.org/projects/website-utilities/imagegen (highly recommended)
Rich
I was afraid of that... I know that the images has a reference in database but it seems that I need to implement my own flash upload (the client are uploading several hundres of images 2-3 times per year in big size).
is working on a reply...