by Quade » Sun Jul 10, 2011 11:10 am
How big was the file? Just digging around the code I see two possibilities
1 - If the file is located in a folder Newsbin can't write to, it'll fail.
2 - If the file > 10 megs in size, if won't try to process it.
I fixed #1. It'll revert to unzipping to a temp folder if it can't unzip to the current folder. I also increased the size to 20 megs.