Hello Every one,
Could you please help me in uploading the zip file to Ariba ?
Actually I am trying to upload a file into Ariba getting the below error.
Throwable caught: Illegal form parameter: certificate || No stack available.
what is the correct parameter name to pass in the HTML document to successfully upload into Ariba system ? below is my HTML doc.
<!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 upload</title>
</head>
<body>
<h1>Direct access - File upload</h1>
<form method="post"
enctype="multipart/form-data"
action="https://s1.ariba.com/Sourcing/fileupload?realm=realm_1">
Event: <input type="text" name="event" value="Import Master Data"><br>
<input type="radio" name="fullload" value="true">Full Load<br>
<input type="radio" name="fullload" value="false" checked>Incremental<br>
Certificate: <textarea cols="65" rows="26" name="Certificate">
</textarea><br>
Client Type: <input type="text" name="clienttype" value="Firefox"><br>
Client Info: <input type="text" name="clientinfo" value="Master Data Upload Form"><br>
Client Version: <input type="text" name="clientversion" value="1.0"><br>
File: <input type="file" name="content"><br>
<input type=submit value="Submit Post">
</form>
</body>
</html>
Could any one help me out to resolve the issue ? I dont know if it is correct sub blog that i can post here.. or please suggest me the blog to post it
Regards
Narayana