MVC5 Classic
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:

  1. In the Solution Explorer, expand the Views | Shared folder and double-click _Layout.cshtml to open the file.
  2. Add the following markup within the <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>
    

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback