开发者

Firefox extension for file drag+drop

开发者 https://www.devze.com 2022-12-09 02:10 出处:网络
I\'m creating a Firefox add-on that does the following: Drag+drop a file into Firefox If the file has a certain extension and if FF is running on a certain OS, parse the file with regex

I'm creating a Firefox add-on that does the following:

  • Drag+drop a file into Firefox
  • If the file has a certain extension and if FF is running on a certain OS, parse the file with regex
  • Extract a url
  • Go to that page

The JavaScript for all of this is pretty straight-forward except for the drag+drop into FF part. How can that be done?

I would just use the Options->Application to have the file open with a parsing app that开发者_JS百科 can then open the url in FF, but FF doesn't recognize my file and won't allow me to associate an app for the file typs using 'always open with' (the checkbox is disabled).


There is a extension that does the drag&drop stuff (drag&drop upload ). You could look at it. https://addons.mozilla.org/en-US/firefox/addon/2190

0

精彩评论

暂无评论...
验证码 换一张
取 消