I have successfully implemented Sync Logic to sync my local data (text related data) with web server (was referrign this link) and that is working.
but I have to sync images too. here is the way I want to do that,
user will create a product (title, 5 images (1 compulsory, 4 optional), description).
Now, I can follow the same scenario like one I did above but getting confusion in image uploading, as it would be not feasible I can upload it all the same time or what if data saved on server and internet goes off hence images not uploaded, there might change other user won't see the images.
Can anyone have the best approcah? please guide me.
Thanks,