Hello,
The code for uploading is in plugins/content/commedia/commedia.php:
if(($ftht == 0) && (($alowUp == 1) || (($alowUp == 2) && ($UpAcc)))) {
$html.='<p><div id="divcommfiles'.$commcount.'"></div>
<input id="commfiles'.$commcount.'" name="commfiles" type="file" />';
if ($UpAcc) $html.='
<div class="uploadify" style="position: relative; width: 120px;">
<div class="uploadifyButton">
<span class="uploadifyButtonText" onclick="javascript:'.$jqp.'(\'#commfiles'.$commcount.'\').uploadifyUpload(\'*\');">'.JTEXT::_('COMMEDIA_UPLOAD_FILES').'</span>
</div>
</div><div style="clear:both;"></div>';
//else $html.=' <a title="'.JTEXT::_('COMMEDIA_UPLOAD_FILES').'" class="modal" rel="{handler: \'iframe\', size: {x: 300, y: 100}}" href="'.$mosConfig_live_site.'index.php?option=com_commedia&format=raw&task=vote&yon=4" target="_blank">'.JTEXT::_('COMMEDIA_UPLOAD_FILES').'</a>';
else $html.=' <a class="commrestr" href="'.$mosConfig_live_site.'index.php?option=com_commedia&format=raw&task=vote&yon=4">'.JTEXT::_('COMMEDIA_UPLOAD_FILES').'</a>';
$html.='</p> ';
}
You can move it upper, for example, above the:
//print table headers
$html.='<table width="'.$tableWidth.'" cellspacing="0" cellpadding="0" border="0" class="commedia">';