Fix bug where you couldn't upload files with spaces in the name

As part of this, replace to the jquery-file-upload plugin with a simple
fetch() call.
This commit is contained in:
2018-10-12 15:07:37 -04:00
parent 579bb73574
commit b5ccbf631d
58 changed files with 75 additions and 10428 deletions

View File

@ -350,8 +350,5 @@ class LongCaseStudyForm(BaseCaseStudyForm):
class Media:
js = (
'files/jquery.ui.widget.js',
'files/jquery.iframe-transport.js',
'files/jquery.fileupload.js',
'files/upload.js',
)