The client can only send data to the server. An http_client cannot tell the server where to store the data.
It is upto the server on how it wants to interpret and store the data. If you have control of the HTTP server, on receiving a request from the client, the server can save it to a file.
Thanks
Kavya.
It is upto the server on how it wants to interpret and store the data. If you have control of the HTTP server, on receiving a request from the client, the server can save it to a file.
Thanks
Kavya.