10. cgi::FileLength("param")

[<<<] [>>>]

This function returns the length of the uploaded file. This is zero if the file field was not filled by the user or if a zero length file was uploaded. Files are uploaded in binary format. The length is the length of the binary data that may be more or less of the size of the final file if it is a text file converted to the natural format of the operating system running the application.


[<<<] [>>>]