This content has been marked as final.
Show 5 replies
-
1. Re: How to write a custom post Handler?
maruthid Jul 14, 2013 9:55 AM (in response to MGEB)Hi MGEB,
Have you tried exploring createAssetServlet? this is responsible for uploading DAM assets.
-
2. Re: How to write a custom post Handler?
MarcGriebenow Jul 15, 2013 12:28 AM (in response to MGEB)Maybe it's case sensitive.
Your sling:resourceType has a capital i but your component has a lowercase i
-
3. Re: How to write a custom post Handler?
MGEB Jul 15, 2013 8:02 AM (in response to MarcGriebenow)Hello MarcGriebenow,
I typed the lowercase by mistake in the discussion forum. I actually have the uppercase in CQ for both the resource type and the component name.
Thanks for correction. I tried to correct the question but its not allowing me.
ImageUpload.POST.jsp
-
4. Re: How to write a custom post Handler?
MGEB Jul 15, 2013 8:37 AM (in response to maruthid)Hi Re: How to write a custom post Handler?maruthid,
Thanks for the reply. Are there any examples that I can refer to regarding createAssetServlet?
-
5. Re: How to write a custom post Handler?
Yogesh Upadhyay Jul 15, 2013 9:20 AM (in response to MGEB)