Reset fileupload on form reset. Fixed #31

Allow resetting and clearing fileupload using js
This commit is contained in:
Arnold Daniels
2012-12-25 06:41:17 +01:00
parent 0657ace43c
commit 8fa7b7ee99
6 changed files with 63 additions and 1 deletions

View File

@@ -2022,6 +2022,10 @@ $('.carousel').carousel({
<h3>Methods</h3>
<h4>.fileupload(options)</h4>
<p>Initializes a file upload widget.</p>
<h4>.fileupload('clear')</h4>
<p>Clear the selected file.</p>
<h4>.fileupload('reset')</h4>
<p>Reset the form element to the original value.</p>
</section>