FileReference.Browse

When I browse to select the file I have an event listener that listens for Event.SELECT.

On the pc, I trace(event.target.type)

It will trace out:

.jpg
.gif
.png or whatever

On a mac I get null!

What gives? I looked up macType, but I dont understand where/how to use it, but I think that may be my solution