Hola,
I have a Processing app that captures a bunch of dense sensor data from an Arduino and writes it to an XML file. When the user presses a certain key, the file closes and the application shuts down. At this point, I'd like to take that complete XML file and upload it to the web.
The problem is that all of the Processing libs I've seen that deal with uploads seem to only work with images. I'm sure the solution is quite simple, I'm just a little lost at the moment.
1