Skip to content

AutoUpload #60

Answered by dzhuang
cnagytcorp asked this question in Q&A
Discussion options

You must be logged in to vote

You can override that in the DJANGO_GALLERY_FIELD_CONFIG settings, in your settings file. See the jquery_file_upload_ui_options in DJANGO_GALLERY_FIELD_CONFIG.

Simply put

DJANGO_GALLERY_FIELD_CONFIG = {
    "jquery_file_upload_ui_options": {
        "autoUpload": True,
    },
}

will suffice.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dzhuang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants