I am seeking to upload a file within a pb app (v7) to a website,
without using ftp functions. I am assuming the InternetWriteFile
function is the way to go. The app already does a connect to a website
and downloads a file in chunks using the InternetReadFile function.
I'm hoping I don't have to send the file in chunks.
Thanks in advance.