add programmatic CDR posting, RT#8201
[freeside.git] / httemplate / misc / cdr-post.html
diff --git a/httemplate/misc/cdr-post.html b/httemplate/misc/cdr-post.html
new file mode 100644 (file)
index 0000000..5d34272
--- /dev/null
@@ -0,0 +1,11 @@
+<% include("/elements/header.html",'Call Detail Record - POST Import') %>
+
+<FORM METHOD="POST" ACTION="cdr-post.cgi" enctype="multipart/form-data">
+
+  cdr_file: <INPUT TYPE="file" NAME="cdr_file"><BR><BR>
+
+  <INPUT TYPE="submit" VALUE="upload">
+
+</FORM>
+
+<% include("/elements/footer.html") %>