I need to implement an HTTP API that will be used to transfer random pieces
of information (some small, some large) to our server.
I was thinking of using multipart/form-data to accomplish this, since I was
assuming that there'd be tools on the server-side to help me deal with the
incoming onslaught of data.
Now I need to decide whether I should build my server-side code as a modperl
handler, or just build a perl CGI (and use Apache::Registry to make it
zippy).
Any suggestions or recommendations for one method over the other?
Thanks for any info!
-jse