Image Upload Form Element not passing filename to memberstack

Hi all

I have an image upload form element setup to send data to memberstack.
The form container has ms-update=“profile” setup
If the file upload container has data-ms-member=“profile-pic” then member stack gets no data
If the file upload input field has data-ms-member=“profile-pic” then member stack gets data like “C:\fakepath\robot1.jpg”

In the forms section of site settings the Restrict uploaded file access is set to off.
I can see the image uploaded in webflow in that form section.

How can i get memberstack to recieve the http URL for the image?

thanks

1 Like

did you happen to figure this out?