Help for this page

Select Code to Download


  1. or download this
        print $cgi->header( -type=>'image/jpeg', -attachment=>$jpegFile);
    
    ...
        while ( sysread( JPEG, $buffer, 65536 ) ) { print $buffer; }
    
        close(JPEG);