Hi Guys…
I have a very basic situation here…
I have an Image Element that shows the user’s profile picture. And my users can click in their picture in order to update it…
My users have a “Photo” field in their data base. Text type. So, when they upload their image, I save the new URL in their database and this Image Element shows the new image based on the new URL. Simple. Works perfectly in Chrome.
The problem is that in my iPhone (as well as in Firefox) when the user uploads their image, the Image Element gets empty. I inserted a text field in my page to retrieve the user’s profile picture URL to make sure that when the user updates his picture, the URL changes. And it is working. As soon as my users send their new picture, the link change. Bu the Image Element gets empty.
I already tried the action to “reset group” after the upload to try to “reboot” the Image Element… Hi Guys…