hi, am exploring courier now. using umbraco 4.7 and courier version 2.0.
i have a custom image upload control that can upload images into a different path other than media folder. am trying to move these images using courier and as expected it is not moving them. however when i use the media picker control it moves them to other environment properly.
is there a workaround for this so that these images are picked up by courier and moved to other environment?
Well, it depends on how your control stores its data, Courier does have some default resolvers which can pick up media Ids, file paths and so on, so could you post a sample piece of data from your upload control?
Courier and Custom Image upload control
hi, am exploring courier now. using umbraco 4.7 and courier version 2.0.
i have a custom image upload control that can upload images into a different path other than media folder. am trying to move these images using courier and as expected it is not moving them. however when i use the media picker control it moves them to other environment properly.
is there a workaround for this so that these images are picked up by courier and moved to other environment?
kamesh,
Please see similar post yesterday http://our.umbraco.org/forum/umbraco-pro/courier/27499-Courier-issue-with-Repeatable-Custom-Content-v2 you need to code up resolver.
Regards
Ismail
Well, it depends on how your control stores its data, Courier does have some default resolvers which can pick up media Ids, file paths and so on, so could you post a sample piece of data from your upload control?
hey guys, thanks for your reply. am exploring data resolvers now. looks like data resolvers sample code is missing some reference DLL.
using Umbraco.Courier.Core;
using Umbraco.Courier.ItemProviders;
using Umbraco.Courier.Core.Enums;
Dlls are seperate, download a manual install from nightly and reference
http://nightly.umbraco.org/UmbracoCourier/2.5.3/
is working on a reply...