Is there some code for sending files via http?
Oldbitcollector (Jeff)
Posts: 8,091
I'd like to upload files to the spinneret via the browser.
Is there code somewhere already for this?
Thanks
OBC
Is there code somewhere already for this?
Thanks
OBC
Comments
wiresalot
I'm working on HTTP file upload but it has been more difficult than I expected.
-Phil
Something like this?
See the code HERE in action <-The content length should be under 2K
If you DEBUG through the PST with something like...
... after you have established a connection and sent a file, you should see the data content on the Spinneret side. Something like this ...
In this case the file was a text file named "This is a Test" ... inside the file it contained "Hello World"
Thanks Phil and Beau for setting me straight.