Hi All,
I'd like you to check the below html code for exporting payment requests zip file.
I can export a zip file with the below but I cannot open file with error "Windows cannot open the folder. The Compressed (zipped) Folder 'File Path'' is invalid.
-----------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<title>Direct access - File download</title>
</head>
<body>
<h1>Direct access - File download</h1>
<form method="post"
enctype="multipart/form-data"
action="http://s1-eu.ariba.com/Buyer/filedownload?realm=REALM">
Event: <input type="text" name="event" value="Export Payment Requests"><br>
Password: <input type="password" name="sharedsecret" value="SHAREDSECRET"><br>
Client Type: <input type="text" name="clienttype" value="Firefox"><br>
Client Info: <input type="text" name="clientinfo" value="Data Download Form"><br>
Client Version: <input type="text" name="clientversion" value="1.0"><br>
<input type=submit value="Submit Post">
</form>
</body>
</html>
-------------------------------
If you have faced same problem ever, it is appreciated to give me some advice.
Thank you.
e.g.
the below is the error message when I open the zip file I download.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.