onu jquery ile yapacaksın.

Alıntı
$('input[type=text]').keyup(function(){
this.value = this.value.toUpperCase();
});