'upload')); ?>


'title', 'value' => $title)); ?>

'description', 'value' => $desc)); ?>

'tags', 'value' => $tags)); ?>

$categories

"; } ?>


'access_id', 'value' => $access_id)); ?>

'container_guid', 'value' => $container_guid)); //@todo this should not be necessary in 1.8... -- ajax actions can be auto-detected if ($ajax) { echo elgg_view('input/hidden', array('internalname' => 'ajax', 'value' => 1)); } if ($guid) { echo elgg_view('input/hidden', array('internalname' => 'file_guid', 'value' => $guid)); } echo elgg_view('input/submit', array('value' => elgg_echo("save"))); ?>