Android Question Upload image on a server

yiankos1

Well-Known Member
Licensed User
Longtime User
Hello my friends,
I have created an RDC server on a raspberry. Everything working like a charm. I would like to store images of users that will create accounts. I don't want to store them on sql (blob) and would like to store them as a physical file at raspberry storage. Is there any other way to send images at my server other than php?
Here is an example
Thank you for your time.
 
Last edited:

MarkusR

Well-Known Member
Licensed User
Longtime User
FTP? (SFTP)
 
Last edited:
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
its a ftp user account (not a network sharing), u can use one for all users that will upload a pic from your app.
if you will access a https web side you also need authentication.
you can also make a b4j app with object serialization and network transport.
for hiding strings in "exe" you can use release obfuscated or put the string together at runtime.
 
Upvote 0
Top