Navigation:  thinBasic Modules > CGI >

CGI_UploadFilesTime

Previous pageReturn to chapter overviewNext page

 

Description

 

Retrives the time necessary to receive the uploaded files.

 

Syntax

 

n = CGI_UploadFileSize()

 

Returns

 

Return a number.

Returns 0 if the function fails, otherwise the requested time in milliseconds.

 

Parameters

 

 

Remarks

 

CGI can handle up to ten file upload per request (one page).

 

Restrictions

 

 

See also

 

CGI_UploadFileSize, CGI_UploadFilesNumber

 

Examples

 

echo("The upload takes " + CGI_UploadFilesTime() + " milliseconds"

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com