Alex Brelsfoard wrote: > I know I asked a similar question a while back, but I'm compelled to try > again. > > I have an existing script, not using CGI to take in parameters handed to the > script. I would now like to have this script upload a file to the server, but > not be forced to convert the entire file to using CGI.
> Any suggestions of how to upload an image similarly without having to rewrite > the rest of my code? You're doing HTTP upload, so you're going to need some sort of module to do that. CGI.pm is certainly the most common one. A quick search of CPAN didn't turn up any obvious candidates to replace it, but maybe someone out there will know of one. _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

