Student project by David Berlin and Boris Dogadov made for the Embedded Systems Workshop course given in Tel-Aviv University on 2010 by Sivan Toledo. Visit the project website for more details: http://davidberlin.co.il/sadna/ .

Dependencies:   EthernetNetIf NTPClient_NetServices mbed HTTPServer HTTPClient CyaSSL

Revision:
1:b05231650f32
Parent:
0:3e7d6f496a67
--- a/Dropbox/HTTPFileSender.h	Sun Apr 17 21:30:10 2011 +0000
+++ b/Dropbox/HTTPFileSender.h	Mon Apr 25 12:31:46 2011 +0000
@@ -1,7 +1,7 @@
 #include "HTTPData.h"
-//#include "HTTPText.h"
 #include "HTTPClient.h"
 
+// uploads a local file using multipart encoding
 class HTTPFileSender : public HTTPData
 {
  public: