[REBOL] Sending a PDF to Browser
From: reboler:bol at: 14-Sep-2003 19:10
Hi Folks!, Does anybody know how to send a PDF to browser. I tried this below, but it doesn't work. print "Content-Type: application/pdf; filename=file.pdf" print "Content-Transfer-Encoding: base64" print "Content-disposition: attachment; filename=file.pdf" print "" print read/binary %file.pdf Any tips? Thanks in advance, --DJ