in reply to Re: image upload size detection
in thread image upload size detection
I don't know how much usage you're going to be seeing (how many requests per sec, etc.), but based on the general information you've mentioned, I'd probably do the following:
.htaccess is useful for when there's distributed control of the system (different people control different directories), but it's an unnecessary overhead on a dedicated server. It's especially problematic for deep directory structures, which hashing would create.
|
|---|