Blob Loader Servoy 6

Hi,

we use the blob loader to populate an html area and depending on the blob, we use embed tag or img tag.

This was working with 5.x.x no problem, but i can’t figure out whats changed with servoy 6. In servoy 6 it has the html, but it opens up some “yui/sv_editor.html” thing.

This is what our html looks like when its all said and done.

<embed src="media:///servoy_blobloader?servername=server_view&tablename=file_content&dataprovider=file_content&rowid=679&mimetype=image/tiff" width="500" height="500">

does anyone know if anything has changed with the blob loader? or something changed syntactically when using the blob loader?

the html area is i guess editable?

Thanks Johan.

That worked