Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Here try this</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html &gt; &lt;head&gt; &lt;title&gt;ControlHome&lt;/title&gt; &lt;meta charset="utf-8"&gt; &lt;link rel="stylesheet" href="../css/style.css"&gt; &lt;link rel="stylesheet" href="css/admin.css"&gt; &lt;script src="../js/jquery-1.7.1.min.js"&gt;&lt;/script&gt; &lt;script src="../js/superfish.js"&gt;&lt;/script&gt; &lt;script src="../js/jquery.easing.1.3.js"&gt;&lt;/script&gt; &lt;script src="../js/tms-0.4.1.js"&gt;&lt;/script&gt; &lt;script src="../js/slider.js"&gt;&lt;/script&gt; &lt;!--[if lt IE 8]&gt; &lt;div style=' clear: both; text-align:center; position: relative;'&gt; &lt;a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode"&gt; &lt;img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." /&gt; &lt;/a&gt; &lt;/div&gt; &lt;![endif]--&gt; &lt;!--[if lt IE 9]&gt; &lt;script src="../js/html5.js"&gt;&lt;/script&gt; &lt;link rel="stylesheet" href="css/ie.css"&gt; &lt;![endif]--&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="main-bg"&gt; &lt;div class="page"&gt; &lt;form enctype="multipart/form-data" action="uploader.php" method="POST"&gt; &lt;table width="100%" border="0" cellspacing="0" cellpadding="0"&gt; &lt;tr&gt; &lt;td&gt; &lt;!-- MAX_FILE_SIZE must precede the file input field --&gt; Choose a file to upload: &lt;input name="uploadedfile" type="file" /&gt;&lt;br /&gt; &lt;input type="submit" value="Upload File" /&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/form&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>You just need to remove extra form tag and use POST as method.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload