I need to upload files to my server (Apache+mod_perl), and
am looking for a mod_perl method to handle multipart/form
data within my perl handler.
I would prefer not to use the
upload methods of CGI, and use some mod_perl specific
methods for that task, but I have not been able to find
out some appropriate way to do that (apart from reading
directly from the socket).