mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-17 17:51:20 +08:00
synchronously upload files
fix https://github.com/chrislusf/seaweedfs/issues/807
This commit is contained in:
@@ -162,7 +162,7 @@ function uploadFile(file, i) {
|
||||
var url = window.location.href
|
||||
var xhr = new XMLHttpRequest()
|
||||
var formData = new FormData()
|
||||
xhr.open('POST', url, true)
|
||||
xhr.open('POST', url, false)
|
||||
|
||||
formData.append('file', file)
|
||||
xhr.send(formData)
|
||||
|
||||
Reference in New Issue
Block a user