Filepicker.io Javascript Api Calls Result In Unsafe Javascript Errors
I'm currently using AngularJS, and I would like to call filePicker.pickAndStore from my Upload controller. Any call to a filepicker.io API function results in an 'Unsafe Javascript
Solution 1:
This is a known chrome/webkit issue. This is happening on any cross domain iframe that adds a flash tag to itself through JavaScript (technique used by filepicker).
Last news from filepicker team: They are working on circumventing this.
Post a Comment for "Filepicker.io Javascript Api Calls Result In Unsafe Javascript Errors"