I am trying to send a PDF as binary string to the server (with my special case I cannot use form submit with multi part)
My issue is the uploaded file comes as blank, i.e; no content, on the server (In the below repro project please refer ~/Uploaded folder located, once clicked on the upload button). What am I missing?
All, I need to know how to send the file from JavaScript/jQuery on to the server (I don't have access to change the server side code). Thanks in advance!
Here is a sample repro created using ASP.NET MVC 5, (VS2017 15.7.2)