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

FIX: File upload

parent ba160c6b
No related branches found
No related tags found
2 merge requests!134Release 0.13.3,!132F file upload context path
Pipeline #48087 passed
...@@ -35,7 +35,7 @@ var fileupload = new function() { ...@@ -35,7 +35,7 @@ var fileupload = new function() {
</button> </button>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<form action="${connection.getBasePath()}" class="dropzone dz-clickable" > <form action="${connection.getBasePath()}Entity/" class="dropzone dz-clickable" >
<label>path</label> <label>path</label>
<input id="upload-path" type="text" value="/"/> <input id="upload-path" type="text" value="/"/>
<div class="dz-message"> <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