I want to send a file in a REST PUT request. The user should be able to choose the file he wants to load from his local machine. I need to load the file as binary content and send it as part of the PUT request.
How can i let the user choose the file and load its binary content?