Hi,
I am using the RL-TCPnet Webserver based on the "http_demo" and would like to import and export data into a txt-File on the client pc.
Uploading the data from the client was no problem using the post method to submit the form and process it with the cgi function "cgi_process_data" (as seen in the "http_upload example").
My problem is to export the Data (~1kB) to the Client PC to save it in a txt-File (should be made from the browser).
I am using no file system on the webserver and dont want want to use a tftp server (out of ram and rom).
Shouldn't it be possible to send the Data via HTTP?
I wasn't able to find a library function, nor any examples about this.
Any help would be appreciated!
Thanks in advance, Mathias
Thanks for your help Marc!
Hoped there was another way, but it works fine.
Now I have problems to edit the http header:
http://www.keil.com/forum/20052/#msg104526