Browse Source

[svn r21900] Added new file file upload

Arthur Portugal 15 years ago
parent
commit
75ea6a143b
1 changed files with 14 additions and 0 deletions
  1. 14 0
      tests/main/inc/lib/fileUpload.lib.test.php

+ 14 - 0
tests/main/inc/lib/fileUpload.lib.test.php

@@ -0,0 +1,14 @@
+<?php
+require_once(api_get_path(LIBRARY_PATH).'fileUpload.lib.php');
+
+
+
+
+
+
+
+
+
+
+
+?>