We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I tried to use this photo app. Bur this is not working for me.
When I use the basic_upload and click on the "Upload photo" Button, no function. Only the botton became a blue border, but no popup for upload photos.
I checked the static files, and the js files loaded
js/jquery-file-upload/vendor/jquery.ui.widget.js /home/bix/PycharmProjects/photo_test/apps/static/js/jquery-file-upload/vendor/jquery.ui.widget.js js/jquery-file-upload/jquery.iframe-transport.js /home/bix/PycharmProjects/photo_test/apps/static/js/jquery-file-upload/jquery.iframe-transport.js js/jquery-file-upload/jquery.fileupload.js /home/bix/PycharmProjects/photo_test/apps/static/js/jquery-file-upload/jquery.fileupload.js js/basic-upload.js /home/bix/PycharmProjects/photo_test/apps/static/js/basic-upload.js
js/jquery-file-upload/vendor/jquery.ui.widget.js /home/bix/PycharmProjects/photo_test/apps/static/js/jquery-file-upload/vendor/jquery.ui.widget.js
js/jquery-file-upload/jquery.iframe-transport.js /home/bix/PycharmProjects/photo_test/apps/static/js/jquery-file-upload/jquery.iframe-transport.js
js/jquery-file-upload/jquery.fileupload.js /home/bix/PycharmProjects/photo_test/apps/static/js/jquery-file-upload/jquery.fileupload.js
js/basic-upload.js /home/bix/PycharmProjects/photo_test/apps/static/js/basic-upload.js
Im using Django 2.2 and changed only the urls.py. Any idea, why this is not working?
The text was updated successfully, but these errors were encountered:
@bixicy Here I have created the updated version for django multiupload: https://github.com/Revel109/django-multiupload-lts
You can try this for any django(>=2) versions
Sorry, something went wrong.
No branches or pull requests
Hi,
I tried to use this photo app. Bur this is not working for me.
When I use the basic_upload and click on the "Upload photo" Button, no function. Only the botton became a blue border, but no popup for upload photos.
I checked the static files, and the js files loaded
Im using Django 2.2 and changed only the urls.py. Any idea, why this is not working?
The text was updated successfully, but these errors were encountered: