Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title></title>
- </head>
- <body>
- <form action="<?=site_url('profile/gantifotoprofil')?>" enctype="multipart/form-data" method="post" accept-charset="utf-8">
- <table>
- <caption>Upload foto</caption>
- <tbody>
- <tr>
- <td>upload foto</td>
- <td>:</td>
- <td><input type="file" name="fotoprofile" value="" placeholder="" accept="image/png,image/jpeg"> </td>
- <td>
- <button type="submit">Upload</button>
- </td>
- </tr>
- </tbody>
- </table>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement