wouldn't it be nice if the user could select a file or folder (keep in mind many things that look like files on OSX, are actually folders -- keynote bundles), and we could compress that file into a zip bundle and return a file handle to the temporal result.
It would be interesting to offer both support for compression algorithm that was widely supported (zip?), and for something with very good compression characteristics (say, lzma).
thoughts?
lloyd
That sounds like a nice idea..
It would avoid you to always create a zip and getting rid of those temp zip files after uploading. There should also be an ability to add files after the temp zip bundle has been created.
yes, mail attachments, etc.
-saari
And the Open Document Format is a zipped archive of xml files.
A zip support would allow to drop an odf file in the browser and read the content (odf2xhtml xslt).
cool. sounds like people are supportive of this one. The thought is that we could have a basic service which will compress (but not decompress) done shortly (featuring a compatible compression format), then we can replace this with a new open source zipper that has support for decompression and a more sophisticated compression algorithm... Something that we can all hack on. My personal favorite is LZMA for it's great compression performance.
lloyd