HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/FograProofV3/upload.php
<?php session_start(); ?>
<?php if($_SESSION['account'] != null) {?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5" />
<title>�����s���ɮפW��</title>
</head>

<body>

<table width="600" border="0" align="left">

<form action="TVI-parsing12.php" method="post"
enctype="multipart/form-data">
<tr>
  <td colspan="2"></tr>
<br>
<tr>
  <td colspan="2">
  <br>
  <label for="file">�W�� �ɮסG</label>
  <input type="file" name="file" id="file" />
  </td>
</tr>


<tr>
  <td colspan="2" valign="top"><font size="-1">�ާ@��: </font>
    <input size="15" maxlength="50" type="text" name="contact"></td>
</tr>




<tr><td width="304">
<input type="submit" name="submit" value="�W��">
</td>

</tr>

<tr align="center">
<td colspan="2">
<!-- GoStats Simple HTML Based Code -->
<a target="_blank" title="site stats" href="http://gostats.com"><img alt="site stats" 
src="http://c3.gostats.com/bin/count/a_327001/t_7/i_12/z_0/show_hits/counter.png" 
style="border-width:0" /> </a>
<!-- End GoStats Simple HTML Based Code -->
</td></tr>
<tr>
<td colspan="2" align="center"><font size="-2"> &copy; <a href="mailto:[email protected]">Fred Kuo</a>, 2014. All rights reserved.<br><a href="http://www.fredkuo.idv.tw/wordpress/?p=1025">Read more.</a><br>
</td>
</tr>
</form>
</table>
<?php
}
else
{
        echo '�z�L�v���[�ݦ�����!';
       // echo '<meta http-equiv=REFRESH CONTENT=2;url=index.php>';
}
?>

</body>
</html>