I have a user form where the user can upload his profile pic. This part works fine, since the upload button is directly connected to the DataSet and the image uploads to the Collection.
Problems arise when the user returns to his profile page. I have an Image object which is directly connected to the corresponding field in the DataSet and it shows the user’s image. At this point, the user clicks on the CHANGE PROFILE PIC button to select a new image.
I have two questions:
How do I immediately update the picture in the Image object so that it immediately shows the new profile picture?
What image info do I programmatically pass to the DataSet once the user presses the SAVE DATA button?
Should the issue persists, please send us a video of the issue using screencast so that we can better understand. Moreover, please send us the site URL.
Moreover, upon saving the user’s updated info, I can’t set the image’s field value to the new image, since I can’t load the image in the Image object until AFTER I’ve saved the data. It’s a vicious circle!
All my images are now showing as file names only. I have tried different browsers and devices along with all the steps recommended by wix. The site was previously working normally until this was pointed out to me by a potentialcustomer a few days ago