NetTalk Central

Author Topic: Transmit file to Azure website  (Read 1084 times)

jtailleur

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • Email
Transmit file to Azure website
« on: June 13, 2022, 08:51:33 AM »
Hi there,

I have a project where I need to create a JSON file (already done), and then transmit it to an Azure website.  I have the URL, the user name and password, and I know I have to connect and then post the file to the website.

I need a hand getting started on which Nettalk portion to use (webclient?), and how to set up the user name and password, etc.

Unfortunately there are 0 docs available from the person requesting me to do this as far as method to implement this.  I know at the moment it's just using a plain text login, although it sounds like somewhere down the road they will switch to OAuth.

I've been digging through the examples I have (I have Nettalk 10.45) but so far I'm not really seeing a relatively clear example of accomplishing what I need to do.

Can someone guide me in the right direction please?


Joe.



Jane

  • Sr. Member
  • ****
  • Posts: 348
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: Transmit file to Azure website
« Reply #1 on: June 13, 2022, 10:49:34 AM »
I'd suggest you compile the main NetTalk demo program, Joe (netdemo.app in the examples folder).

Run it, then use the Web Client window to experiment with authenticating to the website.

Then play with the websend.app in the examples folder for webclient.

Jane