Date:  06/07/2004 08:55:13 AM Msg ID:  002103
From:  Andrea Thread:  002103
Subject:  string is too long to fit
Hi,
 
when i try to open a pdf file ( almost 20 mb) with this command:
 
html_out = 'Content-type: application/pdf' + chr(10) + chr(10) + readfile(f_name)
 
I receive the message in subject :'string is too long to fit' on my IE 6.0
 
There is a way to open a large pdf file passing on foxweb code (old programming method .fxp)
 
i'm using a 2.1 software version with IIS 5.0 e win2000.
 
Thank's in advance
 
Andrea