Re: Sending a File Over HTTP
- Posted by euphoric (admin) Aug 16, 2013
- 1701 views
jimcbrown said...
euphoric said...
OK, HTTP POST experts... What does a server-side program look like when receiving a MULTIPART HTTP POST request?
You mean a cgi script running under Apache 2.2, or a full HTTP server written in Euphoria?
I just mean a Euphoria CGI script running under Apache!
Let me add that I was using GET and parsing it just fine with the getenv("QUERY_STRING"). However, QUERY_STRING is empty and STDIN is -1 when trying to use POST.
Thanks!