Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

403 Http Error at /uploadify/upload/ #7

@last-partizan

Description

@last-partizan

This error happens in django > 1.2 which have csrf protection enabled by default

can be fixed by

@csrf_exempt
def upload(request, _args, *_kwargs): 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions