aboutsummaryrefslogtreecommitdiff
path: root/app/views/upload.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-08-09 19:29:24 -0400
committerThedro Neely <thedroneely@gmail.com>2019-08-09 19:29:24 -0400
commit885f4d9f2cd9ca5a307dc234e81356092ef9fd33 (patch)
treebdf42cb988b2c63304287bcb36c0c7332759411c /app/views/upload.view.php
parentd89f3425a8759ebed6710ed3c524f2add4e90d9b (diff)
downloadthedroneely.com-885f4d9f2cd9ca5a307dc234e81356092ef9fd33.tar.gz
thedroneely.com-885f4d9f2cd9ca5a307dc234e81356092ef9fd33.tar.bz2
thedroneely.com-885f4d9f2cd9ca5a307dc234e81356092ef9fd33.zip
app/views/upload: Run Uppy from self
Diffstat (limited to 'app/views/upload.view.php')
-rw-r--r--app/views/upload.view.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/upload.view.php b/app/views/upload.view.php
index 08df8b3..494217c 100644
--- a/app/views/upload.view.php
+++ b/app/views/upload.view.php
@@ -15,12 +15,12 @@
</div>
</section>
- <link href="https://transloadit.edgly.net/releases/uppy/v1.0.0/uppy.min.css" rel="stylesheet">
- <script src="https://transloadit.edgly.net/releases/uppy/v1.0.0/uppy.min.js"></script>
+ <link href="/css/uppy.min.css" rel="stylesheet">
+ <script src="/js/uppy.min.js"></script>
<script>
var uppy = Uppy.Core()
- .use(Uppy.Url, { companionUrl: 'https://companion.uppy.io/' })
+ .use(Uppy.Url, { companionUrl: 'https://www.thedroneely.com/' })
.use(Uppy.Webcam, {})
.use(Uppy.Dashboard, { inline: true, target: '#file-upload-area', plugins: ['Url', 'Webcam'] })
.use(Uppy.XHRUpload, {endpoint: '/upload/', formdata: true, fieldName: 'upload' })