Ask a Question related to ASP, Design and Development.
-
prom31 #1
PDF and ASP Troubles
First excuse me for my english
Ok, I've a problems when reading content of an PDF file. I cannot
return the content to browser because IE ask me if i want to download
it. But I DON'T WANT this msgbox appears, i just want the content be
printed to browser window,
i'm using adodb.stream
here is my code !!!
dim oStream
Const adTypeBinary = 1
Const adReadAll = -1
dim contenu
set oStream = createobject("adodb.stream")
oStream.type = adTypeBinary
oStream.Open
oStream.LoadFromFile Server.Mappath("template.pdf")
'set Contenu =oStream.Read(adReadAll)
Response.binaryWrite oStream.Read(adReadAll)
Thanks you fo your response
Prom31
prom31 Guest
-
FMS troubles
I'm trying to troubleshoot an app that is using FMS. It works fine for me, but my client is behind a pretty secure firewall. I had them do the port... -
Troubles in FMS can someone please help...
I'm hoping someone can help for I am about to give up. I am really surprised that macromedia doesn't offer more assistance. If I can't get the... -
MS-SQL troubles
I have a user who needs access to my SQL server. He can ping the server, but he cannot setup an ODBC connection. I am using SQL authentication and I... -
FTP Troubles
If you are using version 2002 it does not default to index. Versions 2002 and 2003 name the home page according to what you enter for a file name... -
css troubles
Pardon my ignorance.... I'm really new at this stuff. I'm trying to take some text on my webpage (I didn't create it... someone else did in DMX...



Reply With Quote

