Hello,
if my post was confusing. I'm implementing a new inputfield to upload images to a cloudservice. When you edit a page in the backend with this inputfield, lets call it InputfieldCloud, you can upload multible images and they are displayed. Now i want to add a remove button, in case i upload a false image or whatever.. When the user clicks on the remove button i want to trigger an AJAX call to the InputfieldCloud class. This works with a GET request, but fails with a POST request. I can do everything with the GET request.. i'm just curios how to implement POST communication between:
InputfieldCloud Class <-> InputfieldCloud "view" of my Module