prosze zrobic to na przykladzie
http://jsfiddle.net/ypVxx/2/
jest juz.
$("#formID :file").change(function () { if (this.value) { $(this.form).submit(); $('#loading').show(); } });
$("#formID :file").change(function () { if (this.value) { $(this.form).submit(); $('#loading').show(); } });