File browser plugin should use XHR requests by default #1365
Labels
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
plugin:filebrowser
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
target:major
Any docs related issue that should be merged into a major branch.
type:feature
A feature request.
Milestone
Are you reporting a feature request or a bug?
Feature request
Provide detailed reproduction steps (if any)
In issue #643 we added support for uploading files in the File Browser plugin using XHR requests, which allows to customize HTTP headers or keep track of the upload progress.
Since we couldn't enable it by default in a minor release as it's a backward incompatible change, we had to wait with the switch for the next major release.
So as a solution to this issue the default handling should be set to the new XHR method.
Other details
The text was updated successfully, but these errors were encountered: