Nils Maier
Nils Maier
Store the files you want to serve with x-sendfile in a root that is OK to be served... I don't know of any way to patch up mod_xsendfile to work...
Yeah, changing the browser setting to not to ask on every download is the best solution. Not only would zips be less helpful, they are also basically nearly impossible to...
This seems rather curious honestly. Are you using that permanent private browsing mode by chance. I'll try to add some code to harden things up and make such failures more...
I second the idea. However, this implementation isn't round-robin, it is some random distribution...
And actual round-robin implementation [would be better](http://dilbert.com/strips/comic/2001-10-25/) IMO I got curious what `rand() % num` would actually mean in this context. A common `rand() % num` will cause about `1...
Yeah, this is an unfortunate thing. It's the browser (Firefox in your case) that declares the download to be complete. One way to detect that is would be to compare...
The problem is that it's an error code (which is labelled `CRASH` in the browser API) that the browser spits at the extensions such as DTA without any further info....
I actually did put effort into making it work with large lists, by internally automatically "paging" stuff (so not everything in the list is actually there in the DOM, but...
Do you have specific example urls?
Android is not currently supported.