I am uploading a file to my php webserver, but however I’m getting the permission denied. It works for mp3 and image extensions. However for .csv, i’ll get that error when i hit upload. I’m new to this and I can’t figure out if its the permission issue on android or the upload doesn’t support uploading of csv. Appreciate any
Tag: android-studio
AES Encryption in android and decryption in php and vice versa
I am trying to learn AES by testing my code against https://aesencryption.net. I previously had an error in Base64.encodeBase64String and also Base64.decodeBase64 // encode/decode Base64. So I manipulated Base64 somehow to resolve the error. Now in my app the text is encrypted and decrypted properly, I think. But when I try to encrypt or decrypt the same text server-side (at