mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
Merge pull request #450 from writefreely/fix-markdown-import-safari
Accept general text/* files on post import
This commit is contained in:
commit
c06a739f9b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
<div class="formContainer">
|
||||
<form id="importPosts" class="prominent" enctype="multipart/form-data" action="/api/me/import" method="POST">
|
||||
<label>Select some files to import:
|
||||
<input id="fileInput" class="fileInput" name="files" type="file" multiple accept="text/markdown, text/plain"/>
|
||||
<input id="fileInput" class="fileInput" name="files" type="file" multiple accept="text/*"/>
|
||||
</label>
|
||||
<input id="fileDates" name="fileDates" hidden/>
|
||||
<label>
|
||||
|
|
Loading…
Reference in a new issue