1
0
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:
lian
2018-11-15 17:16:11 +08:00
committed by Daniel Pan
parent b40b6558f0
commit 5e7e4fd070
2 changed files with 128 additions and 3 deletions

View File

@@ -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({