I'm coding a C application which uploads a file using a simple HTTP POST request with libcurl. I am able to do it with one file, but I do not know how to upload multiple files. i tried using another method of the same code but to no avail. The code of the HTTP POST is as follows:I'm coding a C application which uploads a file