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.
Part Number: DK-TM4C129X
Tool/software: TI-RTOS
Hi Todd, Steve,
Yes I finally figured this out. I was able to transfer large files using Ajax. The link below is an article about file transfer. I tweaked the author's sample code to make it work for my application. The file is treated as a blob and using file.slice, I broke it into chunks and sent it using XMLhttp
Thanks.
Regards,
AJ