mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +00:00
use post request when download multy file/folder (#2529)
This commit is contained in:
@@ -1141,8 +1141,10 @@ define([
|
||||
'parent_dir': parent_dir,
|
||||
'dirents': dirents
|
||||
},
|
||||
type: 'POST',
|
||||
traditional: true,
|
||||
dataType: 'json',
|
||||
beforeSend: this.prepareCSRFToken,
|
||||
success: function(data) {
|
||||
zip_token = data['zip_token'];
|
||||
$tip.html(packagingTip).modal({
|
||||
|
Reference in New Issue
Block a user