You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a legacy site that needs to switch to using FineUploader but its built using Django 1.11.15
I've followed all the setup instructions and alls well until I try to upload and it gives the following error:
Traceback:
File "/home/mike/Documents/python/dbi_website/local/lib/python2.7/site-packages/django/core/handlers/base.py" in _get_response
185. response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/home/mike/Documents/python/dbi_website/local/lib/python2.7/site-packages/ajaxuploader/views/base.py" in __call__
22. return self._ajax_upload(request, *args, **kwargs)
File "/home/mike/Documents/python/dbi_website/local/lib/python2.7/site-packages/ajaxuploader/views/base.py" in _ajax_upload
36. filename = request.REQUEST['qqfilename']
Exception Type: AttributeError at /projects/ajax-upload/1/
Exception Value: 'WSGIRequest' object has no attribute 'REQUEST'
I'm pretty sure its the older version of Django that doesn't have the 'REQUEST' as part of its implementation of WSGIRequest so I was wondering what version of ajaxuploader might be compatible with FineUploader and my version of Django?
The text was updated successfully, but these errors were encountered:
Hi
I have a legacy site that needs to switch to using FineUploader but its built using Django 1.11.15
I've followed all the setup instructions and alls well until I try to upload and it gives the following error:
I'm pretty sure its the older version of Django that doesn't have the 'REQUEST' as part of its implementation of WSGIRequest so I was wondering what version of ajaxuploader might be compatible with FineUploader and my version of Django?
The text was updated successfully, but these errors were encountered: