Skip to content
Snippets Groups Projects
Verified Commit c0287574 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: File upload

parent ba160c6b
No related branches found
No related tags found
No related merge requests found
Pipeline #48085 passed
......@@ -35,7 +35,7 @@ var fileupload = new function() {
</button>
</div>
<div class="modal-body">
<form action="${connection.getBasePath()}" class="dropzone dz-clickable" >
<form action="${connection.getBasePath()}/Entity/" 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.
Please register or to comment