file upload - How to modify Content-Disposition Header when using .net WebClient FileUpload -


is possible manually set 'name' attribute in multipart header when using .net webclient uploadfile? or there way solved?

-----------------------8cda1896efcd67f content-disposition: form-data; name="file"; filename="testfile.txt" content-type: application/octet-stream

this testfile. -----------------------8cda1896efcd67f--

thanks suggestions!


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -