Guest User

Untitled

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