Java-backed webscript to return a file (comes in byte[] format)
Hi Everyone,My scenario is that I have a Java-backed webscript which interacts with third-party library and as a result, a file is returned (in byte[] type). My question is how can I convert this byte[] into a file and pass it back in the webscript r...