When building a html form with post method you can specify the "enctype" attribute. Is there a way to do that with HttpURLConnection POST method?
Asked
Active
Viewed 46 times
0
-
I am not sure if enctype and content-type are the same thing. – astralmaster Nov 12 '13 at 13:14
-
It is, see eg. http://stackoverflow.com/questions/12339770/whats-the-difference-between-content-type-and-enctype – Anders R. Bystrup Nov 12 '13 at 13:15