Another weird one.
I have a form with HTML Editor fields. There are few settings for these fields, so this is nothing I’ve configured.
If you paste a picture into the editor (Which you can’t stop!), then…
If you do it in the dev environment it puts it as a base64 encoded string within the SQL database. (Not ideal but it works)
If you use exactly the same application within the production environment then it attempts to insert it as a src link within the text. However, it tries to upload the picture to a random location that doesn’t allow saving and so when you come back to the record, the picture fails because it cant find the url for the picture.
As far as I can tell, there is no way within the app/scriptcase to change any of this behaviour… you should at least be able to ensure both Dev and Production operate the same way.
In addition, for the URL version you should be able to set the storage location the the pasted image. (Setting the image location in the app does not work).
Has anyone got any ideas on this?