YuLongMei / npapi-file-io

Automatically exported from code.google.com/p/npapi-file-io
0 stars 0 forks source link

when will this plugin support "write" method? #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It's a nice local file I/O solution for chrome extension; I can't wait to see 
the "write" method comes out.

Original issue reported on code.google.com by FlyOnThe...@gmail.com on 14 Jul 2011 at 9:02

GoogleCodeExporter commented 9 years ago
I stopped development of this because the filesystem APIs were added to Chrome 
- do these not do what you need?

Original comment by dawagner@gmail.com on 14 Jul 2011 at 10:11

GoogleCodeExporter commented 9 years ago
hi Dawagner,
Could you please tell me how I can access File I/O from chrome. I am trying to 
automate a few plugin validation tasks, and I am successful with writing to 
file system using Firefox but with chrome I was unable to do so. Could you 
please tell me an equivalent API in Chrome.

Thanks
Goutham

Original comment by goutham....@gmail.com on 19 Jul 2011 at 6:42

GoogleCodeExporter commented 9 years ago
Hi Dawagner, 
For filesystem APIs, do you mean the HTML5 Filesystem? that seems require users 
running chrome with a command line(unlimited-quota-for-files) which is not nice 
enough.Also HTML5 LocalStorage can only be accessed by the corresponding 
extensions. Yours Npapi plugin is a definitely better solution regardless of 
the security issue.

best regards,
Kevin 

Original comment by FlyOnThe...@gmail.com on 19 Jul 2011 at 2:51

GoogleCodeExporter commented 9 years ago
Btw I am currently writing an extension which reads Chrome's histories and 
writes them to local so that my another console program can retrieve them.

Original comment by FlyOnThe...@gmail.com on 19 Jul 2011 at 2:55

GoogleCodeExporter commented 9 years ago
I wasn't aware Chrome needed to be launched with a flag for HTML5 Filesystem - 
in that case, I'll finish off this plugin when I have time, possibly on Sunday 
:)

Original comment by dawagner@gmail.com on 22 Jul 2011 at 3:49

GoogleCodeExporter commented 9 years ago
Thank you very much!

Original comment by FlyOnThe...@gmail.com on 25 Jul 2011 at 2:04

GoogleCodeExporter commented 9 years ago
Does this support Mac chrome?

Original comment by georgeLi...@gmail.com on 15 Sep 2011 at 5:30

GoogleCodeExporter commented 9 years ago
No, but it supports both Linux and windows now I believe @dawagner should make 
it work in Mac machine too. :)

Original comment by FlyOnThe...@gmail.com on 19 Sep 2011 at 3:01

GoogleCodeExporter commented 9 years ago
Hi Dawagner, 

As I can read from the above comments you managed to complete this extension. 
From where I can download the DLLs for it? or how does this work....I am very 
new to the extension stuff. Please assist me, would really appreciate your help.

-Joseph

Original comment by joseph.i...@googlemail.com on 11 Jan 2012 at 1:05

GoogleCodeExporter commented 9 years ago
File system APIs (http://www.w3.org/TR/file-writer-api/) only work with a 
sandboxed file system. Unsandboxed File APIs doesn’t come any time soon; I 
haven’t seen any proposals.

Original comment by alter.EL...@gmail.com on 11 Feb 2012 at 5:11

GoogleCodeExporter commented 9 years ago
Hi @dawagner, would you like some help on the development? I think I can help 
you with the Mac support.
Regards

Original comment by marcotul...@gmail.com on 2 Apr 2012 at 12:58

GoogleCodeExporter commented 9 years ago
As a workaround to write, if you delete a file, and write to it normally, it 
works.

Original comment by capt.n3m0 on 8 May 2012 at 1:54

GoogleCodeExporter commented 9 years ago
I would like to use this framework to write a string to a COM port (Windows)
Are the write functions working at this point?

Original comment by junkmau...@gmail.com on 2 Aug 2013 at 7:56

GoogleCodeExporter commented 9 years ago
Warning when try to use chrome.fileSystem in a extension:
    'fileSystem' is only allowed for packaged apps, and this is a extension.
So, this is very useful library.

Original comment by Holde...@gmail.com on 23 Oct 2013 at 1:58