You get undefined because contentWindow is native Javascript and you're using it on a jQuery collection, which doesn't have contentWindow as a value. You have to get the original DOM object first. Do this instead:
$('.upload_target').get(0).contentWindow