Skip to main content
Participant
June 2, 2010
Question

PDF

  • June 2, 2010
  • 1 reply
  • 378 views

Hello

How to store ColdFusion PDF file in Oracle database? And how to create a network drive to store ColdFusion PDF file?

Thanks

Hima

    This topic has been closed for replies.

    1 reply

    ilssac
    Inspiring
    June 2, 2010

    What's a "ColdFusion PDF" file?

    To use a network drive, you have to configure ColdFusion to run as a user that has permissions to write to the desired network drive.  By default, on a windows server, the ColdFusion service is configured to run as the "localsystem" user which, normally, has no permissions to network resources.  Change the user the service logs in as to a user with such permsions, preferably a user designated just for the ColdFusion service.

    Write the PDF binary data into the database BLOB field you created for such a purpose.