Assign image in files collection to a specific row in the database
Hi,
I'm able to use my app to upload image, and create rows in database, however the image uploaded is not link to the row I created.
RIght now, I have a create_service and a upload service which would be invoked when I click the upload button. But in the database, the image I uploaded is not linked to the row I created. How can I link it without having to go to the database manually? Thanks!