Files
Disco/Disco.Web/ClientSource/Scripts/Modules/Disco-AttachmentUploader.js.bundle
T
Gary Sharp b64ac3b16f Feature #44: Image capture WebRTC & HTML5 FileIO
Silverlight was previously used to capture webcam pictures and upload
file attachments. HTML5 FileIO is now used for all attachment uploading
- including drag-drop support. WebRTC is used to capture webcam images -
this falls back to a Flash polyfill when WebRTC isn't supported.
2014-06-05 21:01:43 +10:00

5 lines
306 B
XML

<?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true" output="Disco-AttachmentUploader.js">
<file>/ClientSource/Scripts/Modules/Disco-AttachmentUploader/webcam.js</file>
<file>/ClientSource/Scripts/Modules/Disco-AttachmentUploader/disco-attachmentuploader.js</file>
</bundle>