nervgh / angular-file-upload

[ALMOST NOT MAINTAINED] Angular File Upload is a module for the AngularJS framework
MIT License
3.44k stars 1.13k forks source link

Rename file upload "choose file" #871

Closed salabinha closed 4 years ago

salabinha commented 4 years ago

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!