http OnUploadCGITimeoutFailed event
Return to Introduction  Previous page  Next page
Applies to
auHTTP component.  

Declaration
procedure OnUploadCGITimeoutFailed: TNotifyEvent;  

Description
The OnUploadCGITimeoutFailed event occurs if server has dropped connection while uploading some files to CGI script.  
 
tip If the CGI program is PHP script, then sometime this can be fixed by increasing of "max_execution_time" and "max_input_time" variables in configuration (PHP.ini).  

See also
Upload method.  
File not found.