Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
I want to upload an image and add it as an attachment to a WTChangeRequest2
WTChangeRequest2 is a ContentHolder, so I tried ContentHelper.getUploadURL(ch); to get an upload url, I uploaded a file, it said "Content Upload was a success!". But: Where is that content now? Do I need to create anApplicationData object? If yes, how do I get my uploaded file in there?
Martin