Hi,
I am trying to upload file using granite UI. I am able to keep browse field to browse file but it's not uploading file to the back end services. I mean file fields is not exists in post params. Can any one help please.
regards
Rajesh Karka
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Rajesh,
By Granite UI, do you mean by Touch UI. Are you using granite/ui/components/foundation/form/fileupload component?
If so, then you need to provide the uploadUrlBuilder. Please have a look at /libs/dam/gui/content/assets/jcr:content/assetscontent/items/actionbarcontainer/items/default/items/fileupload/uploadUrlBuilder
Thanks,
Ravi
Views
Replies
Total Likes
Hi Rajesh,
By Granite UI, do you mean by Touch UI. Are you using granite/ui/components/foundation/form/fileupload component?
If so, then you need to provide the uploadUrlBuilder. Please have a look at /libs/dam/gui/content/assets/jcr:content/assetscontent/items/actionbarcontainer/items/default/items/fileupload/uploadUrlBuilder
Thanks,
Ravi
Views
Replies
Total Likes
Why not use plain AJAX to upload a file to CQ:
http://scottsdigitalcommunity.blogspot.ca/2013/07/uploading-files-to-adobe-experience.html
Views
Replies
Total Likes