|
|
|
@ -100,6 +100,8 @@ small {
|
|
|
|
|
class="w-full py-1 px-3 border border-gray-300 outline-none rounded-md mt-1 resize-none" rows="8"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<select id="filePathInput" name="filePath" multiple></select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -121,7 +123,6 @@ small {
|
|
|
|
|
<input type="file" id="fileupload" name="files" placeholder="Select file" multiple class="opacity-0 absolute top-1/2 left-1/2 w-[25px] -translate-x-1/2 -translate-y-1/2 z-10">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<select id="filePathInput" name="filePath" multiple></select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="uploaded_files" class="w-full flex flex-col gap-3 top-0 right-0 inset-0"></div>
|
|
|
|
|