我正在測試三種不同的瀏覽器,chrome,firefox和safari。文件API在Safari中不工作
if (window.File && window.FileReader && window.FileList && window.Blob)
{
//check whether browser fully supports all File API
}
它返回true和chrome和firefox ..但它不會返回真正的safari。
safari是否支持File API?
覺得類似的線程? http://stackoverflow.com/questions/7734150/what-to-use-instead-of-filereader-for-safari –