mbhall88 / masters_project

0 stars 0 forks source link

Add stop button for upload #16

Closed mbhall88 closed 7 years ago

mbhall88 commented 7 years ago

Stop button added to cancel upload of file from either local file or URL. Canceling the local file upload was a bit harder to figure out than the URL once as it requires an abort() method on the XMLHTTPRequest object and is then handled within the error event listener on the server side. I have also set it up so that the file is deleted from the server too. This can be changed though if we dont want to do that.