Is it possible to manually set the 'name' attribute in the multipart header when using .net WebClient UploadFile? Or is there another way to get this solved?
-----------------------8cda1896efcd67f Content-Disposition: form-data; name="file"; filename="Testfile.txt" Content-Type: application/octet-stream
This is a Testfile. -----------------------8cda1896efcd67f--
Thanks for any suggestions!