Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

PDF

New Here ,
Jun 02, 2010 Jun 02, 2010

Hello

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

Thanks

Hima

351
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Jun 02, 2010 Jun 02, 2010
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources