Joomla! 3.6.5 + SEBLOD 3.10.0b
Field settings:
Upload - Image
1 Folder / Content - Yes/0755
Format / Object - JSON/Article/images[image_intro]
When I create a new article and upload image, in DB the path is stored without content-folder (it is created when the image is uploaded) and looks like {"image_intro":"images/05.jpg"}
When I edit this article and upload image a second time it is stored correctly with content-folder in the path {"image_intro":"images/33/05.jpg"}
How can I fix the problem in first upload?