aboutsummaryrefslogtreecommitdiff
path: root/mod/file/views/default/file/embed_upload.php
blob: e5076b0524ba0535f5b24638fa496849de9f76b8 (plain)
1
2
3
4
5
6
7
8
<?php
/**
 * Files upload form for embed
 */

echo elgg_view_form('file/upload', array('id' => 'file_embed_upload'), array('ajax' => TRUE));