Elfinder: Zipdl sends GET request instead of POST

Created on 5 Feb 2019  路  2Comments  路  Source: Studio-42/elFinder

Today I tested zipdl command. I noticed that if I select multiple files and choose Download, the client sends GET request instead of POST.

Therefore, request looks like in the image below and obviously it exceeds the maximum URL length. Why does it send GET request instead of POST? I checked demo website (https://studio-42.github.io/elFinder) and it sends POST request for all the targets[]. I am using API version 2.1046, version 2.1.39 (2018-06-05) of elFinder (elfinder.full.js) and .NET Core connector. What am I doing wrong?

alt text

question

All 2 comments

@DustinHays There is an option requestType of the client options.

Thank you, this solved the problem. You can close the issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kagagnon picture kagagnon  路  3Comments

camgullo picture camgullo  路  3Comments

ashickurnoor picture ashickurnoor  路  4Comments

consc198 picture consc198  路  4Comments

yinmingming picture yinmingming  路  3Comments