Skip to content
Snippets Groups Projects
Verified Commit ba160c6b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: fix file upload context path

parent 55cc3599
No related branches found
No related tags found
2 merge requests!134Release 0.13.3,!132F file upload context path
Pipeline #48082 passed
......@@ -35,7 +35,7 @@ var fileupload = new function() {
</button>
</div>
<div class="modal-body">
<form action="/Entity/" class="dropzone dz-clickable" >
<form action="${connection.getBasePath()}" class="dropzone dz-clickable" >
<label>path</label>
<input id="upload-path" type="text" value="/"/>
<div class="dz-message">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment