Hi all,
I'm developing a web page running on the http server that I'll use to make the initial provisiong of the system. I'm not using the native provisiong api cause I need to set other parameters also apart the classic network configuration, and between these parameters I need to upload to the device some files (certificates provisioned by the end user like that I can't flash in production time). How can I obtain this using the http server? Client side I could use a post form with the enctype="multipart/form-data", but server side (the cc3220) how can I manage this? The received file should be write inside the file system.
Thanks
Riccardo