Copy link to clipboard
Copied
Hello
How to store ColdFusion PDF file in Oracle database? And how to create a network drive to store ColdFusion PDF file?
Thanks
Hima
Copy link to clipboard
Copied
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.