Notifications
Clear all

Save Image

2 Posts
2 Users
0 Likes
400 Views
(@basonliew)
Posts: 1
New Member
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 3:12 pm
(@skaredcreations)
Posts: 805
Prominent Member Admin
 
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 7:27 pm
Share: