sivarajankumar / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

create.aspx problems #200

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Flex application
2. IIS 7
3. Use the create.aspx server side code

What is the expected output? What do you see instead?
To get prompted to save/download a PDF

What version of the product are you using? On what operating system?
v0.1.4.9

Please provide any additional information below.

I am trying to use the create.aspx version and it is not working.  I took 
the aspx files attached in another post and implemented them on my 
server.  I did have to delete the Inherits="..." part as it was pointing 
to some file that did not exist.  Anyway, when i fire off _pdf.save(...) 
from my Flex app, it opens a blank browser window with this address:

http://localhost/AlivePDF/create.aspx?name=MyPDF.pdf&method=attachment

And nothing happens... Any help would be greatly appreciated!!

Original issue reported on code.google.com by pmcalen...@gmail.com on 1 Mar 2010 at 3:47