Fetching file:// urls

Fetching file:// urls

I'm using the .ajax() method to fetch a url that is usually http: (where it works fine on all platforms) but is sometimes a file: url that is fetched just fine in firefox but fails to fetch under IE.  Should this behavior differ on the two platforms?  Is there a proper way to fetch a url that works for both http: and file: urls on all platforms?