monteslu / pagenodes

Completely Browser Based IOT Platform
https://pagenodes.com
Apache License 2.0
222 stars 32 forks source link

Implementing File Node #53

Closed samrocksc closed 8 years ago

samrocksc commented 8 years ago

This node is going to upload a file directly into Pagenodes. It should allow you to upload a file and then in future versions send through p2p, or load into a CSV/XML parser.

Currently WIP

samrocksc commented 8 years ago

This should be sending the object now, I'm trying to think of a clever way to test its actually being sent.

samrocksc commented 8 years ago

This should be sending a base64 encoded package at this point. I took the character escaping out.