I send after submit on the html button a request to a
servlet:
<form method="post" action=" >
the serlcet MyServlet should send back to client an array which has byte type(is a byte array: myArray[2048]).
How should the response be look like to get this binary array
???
Thanks
servlet:
<form method="post" action=" >
the serlcet MyServlet should send back to client an array which has byte type(is a byte array: myArray[2048]).
How should the response be look like to get this binary array
???
Thanks