Hans Kramer wrote: > Hi, > > Could anybody tell if it possible to generate a multipart/mixed header > with CGI::Application. Any examples? I am looking for the following > output (currently generated by a straightforward perl script):
It sounds like you need a MIME building tool. I'm not familiar with sending multipart/mixed to the browser, though. What's your "use case" or end goal? Mark > Content-Type:multipart/mixed;boundary=ThisRandomString > --ThisRandomString > > Content-Type:application/x-download\n > Content-Disposition:attachment;filename=$rpm > > <File data> > > --ThisRandomString > etc. etc. > > > Thanks in advance, > > Hans. > > > --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
