summaryrefslogtreecommitdiffstats
path: root/nokiav2/driver/src/main/resources/upload.html
blob: a5c686f43899581c93a1815a7d3c747d0b6d58fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<body>

<form action="/api/NokiaSVNFM/v1/convert" method="post" enctype="multipart/form-data">
    Select CBAM package to upload:
    <input type="file" name="fileToUpload" id="fileToUpload">
    <input type="submit" value="Upload" name="submit">
</form>

</body>
</html>