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

I'm unable to change the file name

Open zeeshansaiyed opened this issue 11 years ago • 5 comments

how to change the name of file I'm uploading ?, it's by default to value of s3key

zeeshansaiyed avatar Feb 05 '14 14:02 zeeshansaiyed

yes i am having the same issue , i also want to change the file name but didn't get any hint

achinverma avatar Mar 07 '15 12:03 achinverma

s3key is the file name.

Not to be confused with the access key which is for authorization.

ryanbennettvoid avatar Mar 24 '15 14:03 ryanbennettvoid

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?

achinverma avatar Mar 25 '15 03:03 achinverma

If you're using Android Studio, press CTRL+SHIFT+F, then type .bin to search your whole project.

ryanbennettvoid avatar Mar 25 '15 05:03 ryanbennettvoid

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?

achinverma avatar Mar 27 '15 04:03 achinverma