Help for this page

Select Code to Download


  1. or download this
    print "Content-Disposition:attachment;filename=file.txt\n";
    print "Content-type: text/plain\n\n";
    
  2. or download this
    print "Content-Disposition:attachment;filename=file.txt\n";
    print "Content-type: application/octet-stream\n\n";