In my app, I'm currently using HTTP to retrieve files from my website server.
I use FTP to send (the same or similar) files to the same server.
I would like to eliminate FTP from my app and use HTTP to upload sqlite.db3 files and PDF's etc. to my website folders (hosted by GoDaddy or ?)
Is there any sample code that stores files on a hosted website server much like with FTP but using HTTP?
Thanks,
Rusty
I use FTP to send (the same or similar) files to the same server.
I would like to eliminate FTP from my app and use HTTP to upload sqlite.db3 files and PDF's etc. to my website folders (hosted by GoDaddy or ?)
Is there any sample code that stores files on a hosted website server much like with FTP but using HTTP?
Thanks,
Rusty