Save pdf file in database

1

I would need you to guide me, I am setting up a project and I have a window where I should select a pdf file and save it in the database (postgresql). The file should convert it into an array chain and save it, then perform the opposite step to see it. Search everywhere but the only thing they show me is how to save an image, try to do it alone but it has not come out. If someone has how to do it, I thank them. Greetings

    
asked by Marcelo Acosta 26.10.2017 в 00:01
source

1 answer

-1

The database is not to save files, but information, you must investigate how to save your file on the server and save the route where you saved it, it is easier and more appropriate

    
answered by 26.10.2017 в 00:52