PutFile
Previous  Top  Next

PutFile is a function that allows you to transfer a file to the application server from a client. This is for example of interest when using the District function.

PutFile is a method of the RW_NETBASE service.

It takes 2 parameters as input:

·Ext. The extension the file should have (without any dots). Notice that the full filename is, for security reasons, generated by the server and returned to the client as a result of this call.  
·Data. The data that should be in the file.  

Output is the server side generated file name without the extension.