Tool/software: TI-RTOS
Hello
I'm try to upload big file to ISS server by using HTTPClient library. I can't allocate buffer for all file for using into HTTPClient_SendRequest.
My attempt to use HTTP chunked (HTTP key Transfer-Encoding: chunked ) option by use HTTPClient_CHUNK_START/HTTPClient_CHUNK_END is faile because my ISS server is not support this HTTP protocol option.
Do you have other solution for my problem ?
May be I can sent linked TCP packets ( create TCP fragmentation ). If yes, what is network interface I have to use ?