Uploading images files to database

How to upload image files to database from android

Hi, Yusuf!

You should use Files service to upload file from device (more information in documentation: https://backendless.com/docs/android/files_file_upload.html)

If you need to have information about file in database, you can add a column with “File Reference” type to your table.

Regards,
Andrew.