retry method

void retry()

retry the file upload

Implementation

void retry() {
  _upload(true);
}