Local file access with JavaScript

前端 未结 13 2507
悲哀的现实
悲哀的现实 2020-11-21 04:07

Is there local file manipulation that\'s been done with JavaScript? I\'m looking for a solution that can be accomplished with no install footprint like requiring Adobe AIR.<

13条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2020-11-21 04:46

    if you are using angularjs & aspnet/mvc, to retrieve json files, you have to allow mime type at web config

    
        
        
      
    

提交回复
热议问题