Add dropzone js uploader as a replacement for uploadify. The latter still remains almost entirely intact.

This commit is contained in:
Bradley W. Dutton
2017-11-04 16:39:51 -07:00
parent 37ff95f407
commit bad663e05e
9 changed files with 4146 additions and 2 deletions
@@ -0,0 +1,11 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div>
<!-- Proxy the done request back to our form, since its been ajaxified -->
<button id="g-upload-done" class="ui-state-default ui-corner-all" onclick="$('#gAddPhotosForm').submit();return false;">
<?= t("Done") ?>
</button>
<button id="g-upload-cancel-all" class="ui-state-default ui-corner-all">
<?= t("Cancel uploads") ?>
</button>
<span id="g-add-photos-status-message" />
</div>