Skip to content
Snippets Groups Projects

F file upload context path

Merged Timm Fitschen requested to merge f-file-upload-context-path into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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">
Loading