fixed fileupload field in Firefox
This commit is contained in:
parent
124bc4be03
commit
a231ff45e1
|
@ -184,7 +184,7 @@
|
|||
Import from text file, HTML, PDF, Word, or RTF:<br/><br/>
|
||||
<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" />
|
||||
<input type="file" name="file" size="15" id="importfileinput" />
|
||||
<div class="importmessage" id="importmessagefail"></div>
|
||||
</div>
|
||||
<div class="importmessage" id="importmessagesuccess">Successful!</div>
|
||||
|
|
Loading…
Reference in New Issue