mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Update upload.js
This commit is contained in:
parent
1512f61c10
commit
8884e1be03
@ -22,7 +22,7 @@ $(function () {
|
||||
autoProcessQueue: true,
|
||||
parallelUploads: 1,
|
||||
resizeMethod: 'contain',
|
||||
resizeQuality: 0.8,
|
||||
resizeQuality: 0.9,
|
||||
url: REQUEST_ROOT_PATH + '/streams/media-field_type/handle',
|
||||
headers: {
|
||||
'X-CSRF-TOKEN': CSRF_TOKEN
|
||||
@ -151,4 +151,4 @@ function updateQueryStringParameter(uri, key, value) {
|
||||
} else {
|
||||
return uri + separator + key + "=" + value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user