Adding key name to body of form-data using POST action of RestServices module

0
Hi Everyone, I am trying to add key name to body of form-data using RestServices module (value is set to $NewZipFile in Post java action). I know this is possible in Mx 8 using native rest call (as shown in screenshot) but the project I am working on is using Mx7.23.11, hence I have to use Rest module (upgrading to Mx8 is not an option ATM). In the POST java action I can select the file in ‘Request data’ and ‘set submit as form data’ to true (as in screenshot below) but I am not sure if it is possible to add the key name. Is this possible in current version of Rest module? (without changing the java code in the java action).    Thank you!   Edit: I found that this is currently not supported in existing Rest Services module, hence raised an issue in GitHub. 
asked
1 answers
0

to mark the question as answered:

The poster found that this is currently not supported in existing Rest Services module, hence raised an issue in GitHub. 

answered