frikkie6000
Expert Member
- Joined
- Nov 9, 2010
- Messages
- 1,043
- Reaction score
- 0
So basically I need to make a website ipad friendly just a small problem safari grey's out upload box
Here is my code
// Show image upload box
if ($context['class_maximages'] !=0)
{
echo '<tr class="windowbg2">
<td align="right"><b>', $txt['class_form_uploadpic'], '</b> </td>
<td><input type="file" size="23" name="picture" /></td>
</tr>';
}
This is truly sad had a look at some third party apps but no real success
Here is my code
// Show image upload box
if ($context['class_maximages'] !=0)
{
echo '<tr class="windowbg2">
<td align="right"><b>', $txt['class_form_uploadpic'], '</b> </td>
<td><input type="file" size="23" name="picture" /></td>
</tr>';
}
This is truly sad had a look at some third party apps but no real success