Hi all, I just wasted 5 hours on this
A form showing a product, there is a field "Image" a string of 200 chrs - pro:Image
I had a string to enter the name of the image, next day I put a file upload control onto the form, and it stopped working.
If you are doing a file upload on a form, do NOT put the field in as a string
You can have pro:image as an image showing a picture of the product
You can have a file upload button that takes the image upload, and puts the name of the file into pro:Image
But DONT also have a string for pro:image as it over rides the file upload