MySQL Forums
Forum List  »  Newbie

Re: LOADING A PDF FILE INTO A FIELD OF A TABLE AS A BLOB
Posted by: Phillip Ward
Date: January 19, 2022 04:17AM

(It's better to start your own thread with your own question - this is technically "hi-jacking" a thread, but ...)

Short answer - Yes.

Things that you want the Web Server to work with directly should be in the file system and the database should only store where it is, not the content itself. The downside of putting the content into the database is that you have to get it back out again to do anything with it.

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
Re: LOADING A PDF FILE INTO A FIELD OF A TABLE AS A BLOB
January 19, 2022 04:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.