Attachment API - excel getting uploaded but corrupted while downloading
I am invoking the https://<host>/api/now/attachment/upload service using HTTPUrlConnection the uploaded file is being read via HTML file upload <input type="file" name="file" id="file" multiple="true"> And AJAX call is used to invoke the servlet whe...
