LDEV-4932 removing multipart encoding There are plenty of form we set the multipart encoding for uploading files, but no files are uploaded.…
Show more
LDEV-4932 removing multipart encodingThere are plenty of form we set the multipart encoding for uploading files, but no files are uploaded. This has implications for CSRF tokens. So we remove the enctype="multipart/form-data" for all the authoring forms that aren't needed.
Show less