Notifications
Clear all
Combu Server/Client
2
Posts
2
Users
0
Reactions
503
Views
Topic starter
Hi I am very new to Unity and would like to know if Combu 3 allow Image storing to MySQL?
Thanks in advanced!
Posted : 22/06/2020 2:12 pm
Combu provides an easy to use system to store user files: the file is physically stored in a directory on the server and it's referenced in a table on the database associated with the user who uploaded it. Storing binary data on a database is usually not a good practice, since it could slow down the performance of the database (and make it bigger in size, the hosting providers usually give more physical space on web server than on database).
Here is the documentation page about user files (you can upload any kind of files since the method just uploads the byte array of the content): https://www.skaredcreations.com/api/combu/v3/page_files.html
FRANCESCO CROCETTI @ SKARED CREATIONS
Posted : 22/06/2020 6:27 pm