~inc:header.inc~

File Uploads

The HTTP server can accept file uploads via POST. This can be used for many applications such as allowing users to upload configuration settings files. Each application must implement its own file processor. This example calculates the MD5 hash of any file.

~uploadedmd5~

File:    

This is an advanced feature. For more information, please refer to the implementation in CustomHTTPApp.c for comments and explaination.

~inc:footer.inc~