I convert my stringbuffer into a zip file using java.util.zip...
now I am a bit confused on how to read the bytes to convert it to an
NSData object.
Any help would be appreciated.
- James
On Dec 26, 2006, at 12:33 PM, Kieran Kelleher wrote:
Hi James,
Have a look at:
er.extensions.ERXCompressionUtilities
java.util.zip.*
If you are running on the unix file system, you could also write
out files to a temp directory and use shell commands to zip the
directory and then download the resulting archive.
Regards, Kieran
On Dec 26, 2006, at 1:10 PM, James Cicenia wrote:
Hello -
I need to create a file(s) in memory on the fly and then download
it to the user as a zip file.
Anyone have a simple example or process?
Thanks
James Cicenia
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/kieran_lists%
40mac.com