<h5>IMPORTANT UPLOAD GUIDELINES: READ BEFORE UPLOADING</h5>

<ol class="white-space">
    <li>The uploaded file must be one of the following file types:
        <ul>
            <li>Tab-delimited .txt file</li>
            <li>Tab-delimited .csv file</li>
            <li><a href="/cont_mgmt/Orchard_OA_track_meta_template_v1.1.xls"
                target="_blank"><u>Excel (.xls) file template</u></a>
            </li>
        </ul>
    </li>

    <li>The order of columns is as follows:
        <ul>
            <li>Track Unique ID (Required)</li>
            <li>Third Party Publishing (The value is either Yes or No)</li>
            <li>Royalty Collections (The value is either Yes or No)</li>
            <li>Syncronization Administration (The value is either Yes or No)</li>
            <li>Publishing Administration (The value is either Yes or No)</li>
            <li>Country of Recording (The value is country name - <a
                href="/cont_mgmt/orchard_country_list_v1.0.xls" target="_blank"><u>download    country list</u></a>)
            </li>
            <li>Master Rights Ownership (The value is Yes or No)</li>
            <li>Nationality of First Producer (The value is country name)</li>
        </ul>
    </li>
    <li>For .txt and .csv file uploads:
        <ul>
            <li>Please create the file with data in the corresponding column in
                the exact order described above</li>
            <li>When saving the file, please ensure that the Encoding type is set
                to UTF-8</li>
            <li>If there are particular columns of data or data fields which you
                do not want to update, then leave them blank</li>
        </ul>
    </li>
    <li>For Excel (.xls) file uploads:
        <ul>
            <li>Please use the provided <a href="/cont_mgmt/Orchard_OA_track_meta_template_v1.1.xls"
                target="_blank"><u>Excel (.xls) file template</u></a>.
            </li>
            <li>When saving the file, please ensure that it is saved as a .xls
                file (not .xlsx). If you are using Excel 2010 or later, then use
                Save As, look for the Save As Type field in the dialog box and
                select Excel 97-2003 will ensure it is a .xls file type.</li>
            <li>If there are particular columns of data or data fields which you
                do not want to update, then leave them blank.</li>
        </ul>
    </li>
    <li><b>NOTE:- MAXIMUM UPLOAD LIMIT: 1 MB for Excel and 300KB for CSV/Text</b></li>
    <li>IF YOU HAVE ANY QUESTIONS ABOUT USING THIS SCREEN, PLEASE CONTACT A MEMBER OF THE PRODUCT TEAM</li>
</ol>

<form action="/publishing/updatetrackpublishing/" method="post"
    name="uploadTrack" enctype="MULTIPART/FORM-DATA">
    <table class="form wide">
        <tr>
            <td>
                <input name="txtUpdateFile" type="file" size="50" class="bottom-space">
                <input name="btnUpload" type="submit" value="Upload" class="btn btn-primary btn-sm" />
            </td>
        </tr>
    </table>
</form>
