> On 13 Dec 2019, at 08:53, Karthik Sharma wrote:
>
> The `CURL` command that I am using is shown below.
>
>curl -F 'file=@/home/karthik/Workspace/downloadfile.out'
> http://127.0.0.1:5000/file-upload --verbose
>
> The response from the server is shown below.
>
>* Trying 127.0.0.
This list is for Python, not C/C++.
On Dec 13, 2019 3:50 AM, "Karthik Sharma" wrote:
> The `CURL` command that I am using is shown below.
>
> curl -F 'file=@/home/karthik/Workspace/downloadfile.out'
> http://127.0.0.1:5000/file-upload --verbose
>
> The response from the server is shown below
The `CURL` command that I am using is shown below.
curl -F 'file=@/home/karthik/Workspace/downloadfile.out'
http://127.0.0.1:5000/file-upload --verbose
The response from the server is shown below.
* Trying 127.0.0.1...
* Connected to 127.0.0.1 (127.0.0.1) port 5000 (#0)
> POST