Re: Sending a File Over HTTP
- Posted by useless_ Aug 07, 2013
- 2014 views
euphoric said...
How do you send a large file over the Internet via HTTP with a Euphoria program?
I can program both the client and server (and both are programmed in Euphoria), I just need to know the best way. Is it necessary to use multi-part from the Euphoria program to push a file to a server?
Thanks!
Use POST, but why use http?
useless