upload property
XMLHttpRequestUpload
get
upload
Returns the associated XMLHttpRequestUpload object. It can be used to gather transmission information when data is transferred to a server.
Implementation
_i3.XMLHttpRequestUpload get upload => _i4.getProperty(
this,
'upload',
);