mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Import works now on the server side
This commit is contained in:
parent
4b268f9579
commit
b13fbbfd73
7 changed files with 235 additions and 76 deletions
|
@ -208,7 +208,7 @@ We removed this feature cause its not worth the space it needs in the editbar
|
|||
|
||||
<div id="import">
|
||||
Import from text file, HTML, Word, or RTF:<br/><br/>
|
||||
<form id="importform" method="post" action="import" target="imporiframe" enctype="multipart/form-data">
|
||||
<form id="importform" method="post" action="" target="importiframe" enctype="multipart/form-data">
|
||||
<div class="importformdiv" id="importformfilediv">
|
||||
<input type="file" name="file" size="20" id="importfileinput" />
|
||||
<div class="importmessage" id="importmessagefail"></div>
|
||||
|
@ -222,7 +222,7 @@ We removed this feature cause its not worth the space it needs in the editbar
|
|||
<img alt="" id="importarrow" src="/static/img/leftarrow.png" align="top" />
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div id="importexportline"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue