Do you now if there is any way of uploading files using MBean? In particular, I want to be able to upload a file which is stored on my local machine to the application which is running on the remote server.
I couldn't find any info source having this information unfortunately. Ideally it should be BROWSE button which you can click and specify file you'd like to upload.
The other alternative I was thinking about is to copy and paste the content of the file into the TextArea of the MBean but it looks like you can't have a TextArea for some reason... just an ordinary input text field :/ Hence the length is very limited and the content is not readable.