Simple File Send Widget
This document contains instructions for using and embedding the Simple File Send Widget, including the file submission flow, integration steps, and size limits.
Last updated
<script src="https://platform_url_here/widgets/simple-send.bundle.js"></script>
<wd-widget base-api="https://platform_url_here/"></wd-widget><!DOCTYPE html>
<html lang="uk">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple Send</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
background: #f0f2f5;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
</style>
</head>
<body>
<div class="container">
<wd-widget base-api="https://platform_url_here/"></wd-widget>
</div>
<script src="dist/simple-send.bundle.js"></script>
</body>
</html>