Re: check validity of zip file with cfzip

2012-11-28 Thread Seamus Campbell
OK - thanks for that. > > There's no way to check validity with CFZIP other than by unzipping > the file, which really is the only way to really ensure that the file > can be unzipped anyway. You can use Java to directly check for the > "magic number" that zip files contain in their first four by

Re: CF application ends prematurely in CFHTTP

2012-11-28 Thread Andrew Scott
No error will be shown, well actually it is because your dumping the cfcatch which actually does contain the error that occurred. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Thu, Nov 29, 2012 at 1:31 PM, <> wrote: > >

CF application ends prematurely in CFHTTP

2012-11-28 Thread Claude Schnéegans
Hi, I have an application that reads pages in a loop using CFHTTP. It works well, but when the number of pages read reaches some variable threshold, the application seems to abort from inside the CFHTTP command. Roughly, the code looks like this: Output something 1