~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/template.html

  • Committer: William Grant
  • Date: 2009-02-25 23:17:29 UTC
  • Revision ID: grantw@unimelb.edu.au-20090225231729-vg10472m0bqirgum
Fix file uploads, seriously this time.

Broken in 1099.1.180, and a failed fix in 1099.1.181. An 's' was omitted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
            enctype="multipart/form-data" method="post">
60
60
          <span style="display:none" id="uploadpanel">
61
61
            <label for="upload_file">Upload file:</label>
62
 
            <input type="hidden" value="putfile" name="action" />
 
62
            <input type="hidden" value="putfiles" name="action" />
63
63
            <input type="hidden" value="" name="path" />
64
64
            <input type="file" name="data" id="upload_file" />
65
65
            <input type="checkbox" checked="checked" value="true" name="unpack" id="unpack" />