Example HTML HTTP-POST to Upload webservice

Modified on Wed, 26 Jan 2022 at 12:04 PM

Below you can find an example of an HTML web page by which you can post your documents to the Upload web service. 


Example


<html>
<body>
<form enctype="multipart/form-data" action="https://api.yukiworks.be/docs/Upload.aspx" method="POST">
<input type="hidden" name="MAX_FILE_SIZE" value="1000000" />
<table>
<tr>
<td>WebserviceAccessKey</td>
<td><input style="width: 250px" id="webserviceaccesskey" name="webserviceaccesskey"></td>
</tr>
<tr>
<td>Administratie ID</td>
<td><input style="width: 250px" id="administration" name="administration"></td>
</tr>
<tr>
<td>Te verzenden bestand:</td>
<td><input name="fileupload1" type="file" />
</td>
</tr>
<tr>
<td colspan="2"><input type="submit" value="verzenden" /></td>
</tr>
</table>
</form>
</body>
</html>












Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article