UploadProgress Event
Fired while the component is uploading files to the URL .
Object Oriented Interface
public function fireUploadProgress($param);
Procedural Interface
ipworks_webupload_register_callback($res, 12, array($this, 'fireUploadProgress'));
Parameter List
'percentdone'
Remarks
The PercentDone parameter shows the progress of the upload. The event is fired at least once at the beginning of the transfer, and once at the end of the transfer. The respective values for PercentDone are 0 and 100.