Guest User

Untitled

a guest
Apr 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. case 'upTitle':
  2. $seq=$_GET['seq'];
  3. ?>
  4. <p class="t cent botli">更新標題區圖片</p>
  5.  
  6. <form method="post" action="api.php?do=upFile" enctype="multipart/form-data">
  7. <table width="50%" style="margin:auto;">
  8. <tr>
  9. <td width="40%">標題區圖片</td>
  10. <td width="60%"><input type="file" name="file" value=""/></td>
  11. </tr>
  12. <tr>
  13. <td class="cent" colspan="2">
  14. <input type="hidden" name="seq" value="<?=$seq;?>">
  15. <input type="hidden" name="table" value="title">
  16. <input type="submit" value="新增">
  17. <input type="reset" value="重置">
  18. </td>
  19. </tr>
  20. </table>
  21. </form>
  22. <?
  23. break;
Add Comment
Please, Sign In to add comment