FireFile icon indicating copy to clipboard operation
FireFile copied to clipboard

Ability to save direct to file:// resources without the PHP server-side piece.

Open paul-hammant opened this issue 13 years ago • 0 comments

For example ..

https://github.com/addyosmani/todomvc has a bunch of demo projects using client-side JS micro-web-frameworks. All the content is static for the examples. Github serves the apps via http://todomvc.com/ and they can be played with there. BUT the apps will also run from file://

That browsers can load content from file:// is not new, but the trend towards technologies who's code-test-code cycles are done exclusively from file:// is new.

Thus, save to file:// would be a great feature for FireFile.

paul-hammant avatar Oct 04 '12 14:10 paul-hammant