Sorry if this is a wrong Category. I need to ask if this generated code is ok..
<?php echo JDom::_('html.fly.file', array(
'dataKey' => 'my_file',
'dataObject' => $row,
'width' => '200px',
'height' => '200px',
'attrs' => array('format:jpg'),
'indirect' => true,
'root' => '/images/flags/'
));
Because it shows on the browser as not supported.
Thank you!
hvus