How can I change the default file Input button (choose file) to say instead "Add Photo", and also hide "no file chosen"? Here's the code I currently have in the plugin:
echo '<p style="clear: both"><input style="width: 100%;max-width: 240px;" type="file" name="image' . ($i==0?'':$i) . '"/> ' . htmlspecialchars($options['label']) . '</p>';
Thank you in advance!