Advertisement
Guest User

Untitled

a guest
Dec 29th, 2013
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <form method="POST" action="/reports/bulk-backlinks-upload" enctype="multipart/form-data">
  2.     <table class="resultstable">
  3.         <tr class="headerrow">
  4.             <th colspan="3">File Type</th>
  5.         </tr>
  6.         <tr>
  7.             <td>
  8.                 <label>
  9.                     <h4>
  10.                         Single Column (.txt)
  11.                         <input type="radio" name="fileType" value="SingleColumn" checked="checked"/>
  12.                     </h4>
  13.                     <p>Single column of URLs each on a new line.</p>
  14.                 </label>
  15.             </td>
  16.             <td>
  17.                 <label>
  18.                     <h4>
  19.                         Comma-separated Values (.csv / .txt)
  20.                         <input type="radio" name="fileType" value="CommaDelimited" />
  21.                     </h4>
  22.                     <p>A comma separated file containing a column of URLs.</p>
  23.                 </label>
  24.             </td>
  25.             <td>
  26.                 <label>
  27.                     <h4>
  28.                         Tab Delimited (.txt)
  29.                         <input type="radio" name="fileType" value="TabDelimited" />
  30.                     </h4>
  31.                     <p>A tab separated file containing a column of URLs.</p>
  32.                 </label>
  33.             </td>
  34.         </tr>
  35.     </table>
  36.     <p>
  37.         <label>File contains a header line<span class="technicalTerm" title="Select if the file's first row contains column headers."></span>: <input type="checkbox" name="header" value="t" /></label>
  38.     </p>
  39.     <p>
  40.         <label>Also submit URLs to Majestic SEO's crawler (<b>50 Analysis Units</b> per line): <input type="checkbox" name="AddFileToRecrawlList" value="1" /></label>
  41.     </p>
  42.     <br/>
  43.     <p>
  44.         <b>Upload file: </b>
  45.         <input type="hidden" name="indexType" value="F" />
  46.         <input type="hidden" name="ajaxLoadUrl" value="/reports/downloads/confirm-file-upload/backlinksAjax" />
  47.         <label id="fileLabel">
  48.             <input type="file" name="file" />
  49.         </label>
  50.         <input type="submit" style="margin-left: 15px;" value="Upload File" />
  51.     </p>
  52. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement