Embedding Uploader Jobs Table
In this section you will learn how to add a jobs table to an embedded uploader.
Last updated
Was this helpful?
In this section you will learn how to add a jobs table to an embedded uploader.
Last updated
Was this helpful?
Was this helpful?
<script>
document.body.onload = function () {
Osmos.loadTable('<your_uploader_token>');
};
</script>
<div id="osmos-table" style="width: 1080px">
<!-- table is inserted here -->
</div>