| Author: | Michael JasonSmith |
|---|---|
| Contact: | Michael JasonSmith <[email protected]> |
| Date: | 2016-01-27 |
| Organization: | GroupServer.org |
| Copyright: | This document is licensed under a Creative Commons Attribution-Share Alike 4.0 International License by OnlineGroups.net. |
The product supplies the jQuery Multiple File Upload Plugin
for GroupServer. The plugin allows people to chose to upload
multiple files; while predominately used by
gs.group.messages.topic.base [1] it is not tied to
that.
It is possible to allow people to upload multiple files by
setting multiple="multiple" attribute in the <input>
element. However, the affordance of the multiple-file selector
interfaces is low, compared to the plugin supplied by this
product.
The plugin is provided by jquery.MultiFile.js (or
jquery.MultiFile-min.js), which is supplied by the resource
directory multiple_file_upload-2.2.1:
<script type="text/javascript" src="https://github.com/++resource++multiple_file_upload-2.2.1/jquery.MultiFile.js" defer="defer"> </script>
- Code repository: https://github.com/groupserver/gs.content.js.multifile
- Questions and comments to http://groupserver.org/groups/development
- Report bugs at https://redmine.iopen.net/projects/groupserver
| [1] | See <https://source.iopen.net/groupserver/gs.group.messages.topic.bae> |