AdvancedWebServer.putIn(file,binaryData,headers)
Puts raw data into a file.
Arguments:
Name
Type
Description
Mode
file
String
the name of the file.
in
binaryData
Binary
the data.
in
headers
String[String]
the headers to be sent (Default: no headers).
in
Parent topic:
Fuego.NetX : AdvancedWebServer