diff options
author | ivan <ivan> | 2003-09-28 02:36:18 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-28 02:36:18 +0000 |
commit | c8f80bd5aaeb0f3844a7cece4bfe250d4f89f745 (patch) | |
tree | 66edb155311f88b162e7073e2c6c14ac33c56db5 /httemplate/browse/cust_pay_batch.cgi | |
parent | c2a0b1b8e9d437434e326a3b573d7134c5697213 (diff) |
add upload of batch result from TD Canada Trust
some global.asa / handler.pl enhancements
Diffstat (limited to 'httemplate/browse/cust_pay_batch.cgi')
-rwxr-xr-x | httemplate/browse/cust_pay_batch.cgi | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/httemplate/browse/cust_pay_batch.cgi b/httemplate/browse/cust_pay_batch.cgi index f9d0921a1..d90a03313 100755 --- a/httemplate/browse/cust_pay_batch.cgi +++ b/httemplate/browse/cust_pay_batch.cgi @@ -2,11 +2,18 @@ <%= header("Pending credit card batch", menubar( 'Main Menu' => $p,)) %> <FORM ACTION="<%=$p%>misc/download-batch.cgi" METHOD="POST"> - Download batch in format <SELECT NAME="format"> -<OPTION VALUE="csv">Generic CSV (comma-separated value)</OPTION> <OPTION VALUE="csv-td_canada_trust-merchant_pc_batch">CSV file for TD Canada Trust Merchant PC Batch</OPTION> -</SELECT><INPUT TYPE="submit" VALUE="Download"> +</SELECT><INPUT TYPE="submit" VALUE="Download"></FORM> +<BR><BR> + +<FORM ACTION="<%=$p%>misc/upload-batch.cgi" METHOD="POST" ENCTYPE="multipart/form-data"> +Upload results<BR> +Filename <INPUT TYPE="file" NAME="batch_results"><BR> +Format <SELECT NAME="format"> +<OPTION VALUE="csv-td_canada_trust-merchant_pc_batch">CSV results from TD Canada Trust Merchant PC Batch</OPTION> +</SELECT><BR> +<INPUT TYPE="submit" VALUE="Upload"></FORM> <BR><BR> <%= &table() %> |