Hello Forum users,
I've created an example on how to store files into a MySQL database and retrieve them. Storing works with small files in my situation. Else it says MySQL server has gone away. The last thing happens when i add files that are bigger then around 900KB. It gives me that errror instantaneously.
The other bug is when the programm converts the data back to a file with base64encodeto file i taught it was.
Check it out. and maybe we can get this to work properly. It may come in handy for many users.

files_db.zipMySQL BloB example (bugged).apz
I've created an example on how to store files into a MySQL database and retrieve them. Storing works with small files in my situation. Else it says MySQL server has gone away. The last thing happens when i add files that are bigger then around 900KB. It gives me that errror instantaneously.
The other bug is when the programm converts the data back to a file with base64encodeto file i taught it was.
Check it out. and maybe we can get this to work properly. It may come in handy for many users.
files_db.zipMySQL BloB example (bugged).apz
Comment