send (params)
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/.
The send method is used to send a file to server.
Calling the method fires the FileUpload.FileUploaded event.
An example of method use is given in description of the FileUpload constructor.
Seebsp;also: