2011-08-20 39 views

回答

1

可能增加一個檢查這樣你R第

**// Check for the various File API support. 
if (window.File && window.FileReader && window.FileList && window.Blob) { 
    // Great success! All the File APIs are supported. 
} else { 
    alert('The File APIs are not fully supported in this browser.'); 
}** 

您可以處理其他你想可能替代任何方式。你怎麼看?

+1

你可能也想閱讀:http://davidflanagan.com/Talks/jsconf11/BytesAndBlobs.html – Baz1nga

+0

+1,但對於實際的迴應 - 我要求的是不同的東西。我需要一個不支持BlobBuilder的瀏覽器中的Blob對象,但支持Blob本身... – jayarjo

相關問題