HTTP send file to host

Rusty

Well-Known Member
Licensed User
Longtime User
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
 

Rusty

Well-Known Member
Licensed User
Longtime User
Thanks NJDude.
Does any hosted site accept these post commands and automatically send the files in response?
Can you explain, briefly, what the NameValues Map accomplishes?
It appears that the files list would be a "list" of files to send to the host, correct? what is the correlation between the namevalues and the filelist?
Sorry for my ignorance on this.
Rusty
 
Upvote 0
Top