1
How do I create a file store?
Example:
The person wants to save a PDF file on my website, then it goes there, click the send file button and gets saved on my system. And when she accesses, she can go in there and download the file she saved.
Like now, I’ve been putting that image in the publication...
It will be open, anyone who access will be able to download the files.
You need to save the files somewhere. On the cloud, on your server disk or in a database.
– bfavaretto
In this case, I want to save it in the database. In Vertrigoserv’s Phpmyadmin. Is it possible?! Right? Because there won’t be many files, everything in pdf practically...
– Alexandre Amado
See if this resolves: https://answall.com/questions/42886/salvar-no-banco-data
– bfavaretto
The @bfavaretto answer is valid, but your question is how to make a storage system or insert a file into mysql without saving to ftp?
– Luiz Augusto Neto
It’s more about making a storage system. For example... The facebook image album, you do not click on a button, choose the photo and send? Then it saves and stays there in your folder... It’s like that, but with PDF files :v
– Alexandre Amado