android-simpl3r icon indicating copy to clipboard operation
android-simpl3r copied to clipboard

Change content-type of uploading file

Open frodberserk opened this issue 10 years ago • 5 comments

How can I specify the content type of the file being uploaded?

frodberserk avatar Dec 22 '14 15:12 frodberserk

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 avatar Apr 09 '15 05:04 achinverma

@achinverma I found a workaround, I will post it.

frodberserk avatar Apr 09 '15 06:04 frodberserk

thanks @frodberserk for your reply , i will wait for your post

achinverma avatar Apr 09 '15 06:04 achinverma

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

frodberserk avatar Apr 09 '15 08:04 frodberserk

thanks for your help

achinverma avatar Apr 09 '15 08:04 achinverma