android-simpl3r
android-simpl3r copied to clipboard
Change content-type of uploading file
How can I specify the content type of the file being uploaded?
hi , i have the same issue, all the files are saved wth .bin extension , i am not able to set the content type of the file being uploaded
@achinverma I found a workaround, I will post it.
thanks @frodberserk for your reply , i will wait for your post
Use this Uploader.java. I set the content type to "image/jpeg" statically. You can modify it according to your need.
http://pastie.org/10081926
thanks for your help