Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : TIdHttpServer - Timeouts and File Upload Limit
| Subject: | TIdHttpServer - Timeouts and File Upload Limit |
| Posted by: | "Joe Aley" (joealey20..@yahoo.com) |
| Date: | Tue, 30 May 2006 15:23:41 |
Hi.
1- There is a way to limit the time that TIdHttpServer.OnCommandGet()
event can have to execute? cause if an error happens, i will not be able
to call exit.
2- My TIdHttpServer.OnCommandGet() function receives a file from the
user. There is a way to limit the upload file size?
Thanks.