I'm trying to save a PDF file in MySQL but It doesn't work. It seems Symfony and Doctrine are not able to save a file in blob row...
When I submit my form with the file, everything seems ok. But when I download the file from my database I have this:
/tmp/phpssT5KJ
It's like the blob row was the path of my file?
All my google research provide a way for moving a file but I don't want to move my file to /web/{something}...
Is it possible? Why my row contains the path instead of the file?
Best regards,