This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/CC3220SF-LAUNCHXL: How upload big file (about 256KByte to ISS server

Part Number: CC3220SF-LAUNCHXL

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 ?