Page 1 of 1

Blob Loader Servoy 6

PostPosted: Wed Sep 21, 2011 1:17 am
by eKelman
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.
Code: Select all
<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?

Re: Blob Loader Servoy 6

PostPosted: Thu Sep 22, 2011 10:21 am
by jcompagner
the html area is i guess editable?

Re: Blob Loader Servoy 6

PostPosted: Fri Sep 23, 2011 6:29 pm
by eKelman
Thanks Johan.

That worked