android-simpl3r
android-simpl3r copied to clipboard
I'm unable to change the file name
how to change the name of file I'm uploading ?, it's by default to value of s3key
yes i am having the same issue , i also want to change the file name but didn't get any hint
s3key is the file name.
Not to be confused with the access key which is for authorization.
hi, thanks for reply, but when i try to upload a file xyz.pdf it is successfully uploaded to my bucket but when i look into my bucket it is saved in XYZ.bin format , after uploading any file it's format changed to .bin please tell me where i am wrong?
If you're using Android Studio, press CTRL+SHIFT+F, then type .bin to search your whole project.
yes i have search in my whole project but did not find .bin in my project , is it possible to set content type of the file via code when uploading any file to server?