summaryrefslogtreecommitdiff
path: root/httemplate/misc/cdr-post.html
blob: 5d34272f7f9ce873a857c524c0db8411ababceba (plain)
1
2
3
4
5
6
7
8
9
10
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") %>