Forum Moderators: phranque
I have server-side code that will detect it, but I want to forcibly close the connection. Any ideas? Does anybody know of some module out there that might do the trick? Or anything else?
Thanks!
--
Tim
What are you using to handle the file uploads? If your using PHP there are php.ini settings you can change see, upload_max_filesize [php.net].
Andrew
Thanks for responding, by the way, you're the first person to. And I've asked all over.
--
Tim
I'm not very well versed with Java servlets but in the documentation there is the method setFileSizeMax() [jakarta.apache.org]. Does this not do what you want it to?
Andrew