I plan to use the Desktop Media Uploader to upload several hundred image files. They are all images of products. How can I programatically update the field imagePhoto in the respective Product node so that the end result will be as if a user had "picked" each file manually? The files are called {nnnnn}.jpg where nnnnn is the alphabetic product code of the product. {nnnnn} is also the name of the Product node.
I'm a newbie to Umbraco but am now comfortable creating dashboard extensions with .ascx user controls.
bulk update of MediaPicker field.
I plan to use the Desktop Media Uploader to upload several hundred image files. They are all images of products. How can I programatically update the field imagePhoto in the respective Product node so that the end result will be as if a user had "picked" each file manually? The files are called {nnnnn}.jpg where nnnnn is the alphabetic product code of the product. {nnnnn} is also the name of the Product node.
I'm a newbie to Umbraco but am now comfortable creating dashboard extensions with .ascx user controls.
Haven't got time ATM to go into details, but have a look at the Document API and how you can modify properties as a starting point.
is working on a reply...