I have a program I wrote that when it has an error, it saves infomation of the error in a zip file in their TEMP directory, and then opens their browser to my PHP file.
I am开发者_开发技巧 currently trying to create a content uploading system and although there are error being made from the page when I check the appropriate folder for the contents it is empty
I\'m trying to put together a zip streaming solution through the use of Unix\'s zip command and PHP\'s passthru function, but I\'ve hit a snag.
I tried to find the answer to this in several places and failed, so here it goes: I have a directory, say, \"Project\" which has a lot of sub directories and files. I want to make a batch program whi
I am trying to create a zip file using servlets but it returns me a corrupt zip file , here is the code for that in zipcontents function i am creating the zip , can someone help me out. Thanks in Adva
I am trying to copy over some files pulled out from a zip folder, from out of the directory. I modified t开发者_开发技巧he code from this page
I have a Java program that creates a number of xml file and then zips them up and saves them to the file system.Later in the program I want to put that same zip file into a blob column of my oracle da
I have bu开发者_如何学编程ilt a console application that works okay when it references a .exe file from a Program Files, but my users may not have that .exe in their Program Files directory.
this is dankogai\'s javascript deflate http://github.com/dankogai/js-deflate I 开发者_开发百科can\'t inflate from c#,please help meFrom the looks of it, it uses the standard GZip INFLATE/DEFLATE algor
I am attempting to read in a stream and save the read images to a zip file as this is going to be running over multiple days and would gener开发者_如何学Cate far too many individual files.