aboutsummaryrefslogtreecommitdiff
path: root/mod/file/upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/upload.php')
-rw-r--r--mod/file/upload.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/mod/file/upload.php b/mod/file/upload.php
new file mode 100644
index 000000000..d0e0a9901
--- /dev/null
+++ b/mod/file/upload.php
@@ -0,0 +1,13 @@
+<?php
+ /**
+ * Elgg file browser uploader
+ *
+ * @package ElggFile
+ * @author Marcus Povey
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.com/
+ */
+
+ // Render the file upload page
+ page_draw(elgg_echo("file:upload"), elgg_view("file/upload", NULL));
+?> \ No newline at end of file