Abstract
Override this method for Network calling, then call super.delete(fileURL) to update this.files array.
super.delete(fileURL)
this.files
Override this method for Network calling, then call super.upload(fileURL) to update this.files array.
super.upload(fileURL)
Override this method for Network calling, then call
super.delete(fileURL)
to updatethis.files
array.