Implements proper uploading using background work. Note that the original uploading method was not made for DO but happened to work most of the times. File uploads are being done using a single file upload, which will create issues when the files are getting too large. See #223
Other than that, the uploading process has been improved and is stable now.
Implements proper uploading using background work. Note that the original uploading method was not made for DO but happened to work most of the times. File uploads are being done using a single file upload, which will create issues when the files are getting too large. See #223
Other than that, the uploading process has been improved and is stable now.
Fixes #153 Fixes #140