Widgets > wijupload > wijupload Tutorial > wijupload Step 1 of 3: Setting up the View |
In this step you'll add the markup to determine where the Upload files button and progress bar will appear. Complete the following:
<body>
tags of the page. This markup will add two <div> elements where the Upload files button and progress bar will appear.
<div class="page">
<div id="header">
<div id="title">
<h2>Overview</h2>
<div class="main demo">
<!-- Begin demo markup -->
<div id="upload" style="width: 300px">
</div>
<div id="progressbar"></div>
<!-- End demo markup -->
</div>
</div>
</div>