fglock,
What I'm really trying to figure out is how to put both together. I can use
print "Content-disposition: attatchment; filename=$filename\n";
print "Content-Length: $filesize\n";
print "Content-Type: application/x-tar\n\n";
as a header for the file (I want to send the file once the user clicks a submit button). I could also use a standard <code>content-type: text/html<code> to send an html file with an anchor link to the file.
-but-
If I send the file then try to print an HTML page I get an error, and if I try to print the HTML page then send the file the file's header get rendered as HTML. Multi-Part headers were suggested, I'm just having trouble figuring those out.
Cheers,
Petras
Don't worry about people stealing your ideas. If your ideas are any good, you'll have to ram them down people's throats.
-Howard Aiken
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.