Advertisement
AshBFunky

Untitled

May 28th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. <form action="upload_file.php" method="post" enctype="multipart/form-data">
  2.  
  3. <table class="stitched_red">
  4.  
  5. <tr>
  6.  
  7. <td style="width:50%;">
  8.  
  9. Select a file:
  10.  
  11. </td>
  12.  
  13. <td style="text-align:left;">
  14.  
  15. <input type="file" name="file" />
  16.  
  17. </td>
  18.  
  19. </tr>
  20.  
  21. <tr>
  22.  
  23. <td>
  24.  
  25. Title for image:
  26.  
  27. </td>
  28.  
  29. <td style="text-align:left;">
  30.  
  31. <input type="text" name="title" />
  32.  
  33. </td>
  34.  
  35. </tr>
  36.  
  37. <tr>
  38.  
  39. <td>
  40.  
  41. Visibility:
  42.  
  43. </td>
  44.  
  45. <td style="text-align:left;">
  46.  
  47. <select name="visibility"><option value="0">Public</option><option value="1">Hidden</option></select>
  48.  
  49. </td>
  50.  
  51. </tr>
  52.  
  53. <tr>
  54.  
  55. <td colspan="2" style="text-align:center;"><input style="height:50px; width:300px;" type="submit" value="Upload Image!" /></td>
  56.  
  57. </tr>
  58.  
  59. </table>
  60.  
  61. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement