Hello,
We are using Scriptcase 8.1 Enterprise edition and I have stumbled upon a problem related to the Image field. We are using a form to store images to the Microsoft SQL server. The upload part seems to be working as it should be, but for some reason the images are not displayed after the upload on any of the forms it should be.
First I thought this was problem with database column type, but so far I have tried to use binary, image and varbinary(max) data types, with out any luck. The upload part works for all of them but it is not displaying the image.
I also tried running the project through Internet Explorer, Firefox and Chrome, all with same result. In the field the image is supposed to show up there is only an image icon with broken corner and when the icon is clicked the ajax processing bar appears and runs on forever, with out loading anything. I have also checked that the browser are allowing use of javascript, images and are not prefetching any data through domain-DNS or caches.
The project was started to develop on top of MariaDB (MySQL), but because of our client environment we had to migrate to MS SQL. Everything else seems to be working for now, just this image issue has risen up.