mirror of
https://github.com/writefreely/writefreely
synced 2024-11-25 01:50:17 +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">
|
<div class="formContainer">
|
||||||
<form id="importPosts" class="prominent" enctype="multipart/form-data" action="/api/me/import" method="POST">
|
<form id="importPosts" class="prominent" enctype="multipart/form-data" action="/api/me/import" method="POST">
|
||||||
<label>Select some files to import:
|
<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>
|
</label>
|
||||||
<input id="fileDates" name="fileDates" hidden/>
|
<input id="fileDates" name="fileDates" hidden/>
|
||||||
<label>
|
<label>
|
||||||
|
|
Loading…
Reference in a new issue