With iOS 6 we now have the ability to upload photos via Safari (win!). But, when using standard form and input elements for uploading, the buttons appear too small and formatting breaks:
Something like the above produces something ugly. See attached.
Do I need to edit my own CSS for this or is there a better way?
Thanks!
<div id="image-form" data-init="initForm"> <form action="/home/uploadimage" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" /> <input type="submit" name="submit" value="Submit" /> </form></div>Do I need to edit my own CSS for this or is there a better way?
Thanks!