Show contents 

Working with General Visual Components > Classes > FileUpLoad > FileUpload.send

FileUpload.send

Syntax

send (params)

Parameters

params. Sending parameters that enable the user to define data to transfer it with the GET method. Parameters can be defined in the following way: fileUpload.send('899','../build/'). If PostUrl contains a link http://localhost/samples/index.html, the send adds parameters to this link, and the final link looks as follows: http://localhost/samples/ index.html?id=899&path=../build/.

Description

The send method is used to send a file to server.

Comments

Calling the method fires the FileUpload.FileUploaded event.

Example

An example of method use is given in description of the FileUpload constructor.

Seebsp;also:

FileUpload