|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

HTTP.GetFileSize

OverviewExamples

number HTTP.GetFileSize ( string URL,


number Mode = MODE_BINARY,


number Timeout = 20, number Port = 80, table AuthData = nil,

table ProxyData = nil,


function CallbackFunction = nil )


De s cr ip t ion


image

Gets the size (in bytes) of a file located on an Internet Web site.


Note: The default proxy settings that are currently configured through Internet Explorer will be used to get the file size by default, and is the recommended method. However if you require alternate proxy settings, they can be passed through the ProxyData parameter.


Tip: If this action fails, you can retrieve specific HTTP error details using HTTP.GetHTTPErrorInfo.


P arame t er s


URL


(string) The full URL to the file you want to get the size of.


|