Hi @smacdonald2008Thanks for your reply.I need a free trail with credentials to communicate with CQ , also I don't have a CQ Instance installed on my Dev. Machine.Please tell me the tools required to start the development.I even not aware of what 'CQ' is and how I can map client's files(data) to da...
Hi all, I am new to this form and this is my very first post.Basically I am .NET developer. I am supposed to develop an interface, to provide connectivity between XMPie Ustore to Adobe CQI am supposed to develop an user control like (.ascx) to provide interface from Ustore to Adobe CQ for file man...
hi all, I need to develop an Interface, that connects to Adobe Digital Asset Manager (DAM) and fetch Images(data) from Specified Node. And ,with the data obtained from DAM,I need to populate the data in the aspx page. Hope you understand my requirement , How can I connect to Adobe DAM through .NET,...
HI, I have to perform search on cq folder for images and display matched images to the user.I write code in .net c#, and I use to get the contents from the folder using path likehttp://localhost:port/content/customers.xml using this I access all the images in a particular folder named customers .L...
HI , At present, I use the url path to the Image to download the image using HttpWebRequest/webclient in c# , asp.netIf the image size is large, it takes a lot of time to download the image, and for images with low size, the download time is less.Is there any way to download large images with in a s...
Hi , I have a question.using url : http://localhost:4502/content/dam/FinanceCorp/en_US/img.xml , I am able to fetch jcr:data (base64String format of image) for each imageThis takes time to load all the data.But, If I use url : http://localhost:4502/content/dam/FinanceCorp/en_US/img.infinity.json , ...
Hi all, I have image files in a folder under DAM folder in JCR hierarchy.How can I get the Image Files from JCR and display in a html page in my application?I need to List images in a html page for display to user, so that user can pick some images from list of images in html page,I need to query th...
Hi, I tried to pull data for a path like : /content/samples/assets/images using string url = http://host ip:4502//content/samples/assets/images.xmlvar webrequest = new httpwebreqeust(url);//pass credentialshttpwebresponse response = webrequest.getresponse()string resultxml = response.getresponsestre...
Hi all, I need to show the node hierarchy (tree view) based on the node path provided.For example if path is like : /content/samples/assets/images I need to List all the child nodes , files , resource types, assets that are under the given node path. and populate it in html page using tree view...