Capture generated dynamic content at server side

前端 未结 4 1211
孤街浪徒
孤街浪徒 2020-11-27 16:31

Is there any way with which I can capture generated dynamic content on the server side and get that file or string object of the same to the servlet.

We can generate

4条回答
  •  暖寄归人
    2020-11-27 17:16

    You need to have access to appropriate servlets at the server side or you can write your servlet.

    Here is a small tutorial on using servlets.

提交回复
热议问题