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

403 Http Error at /uploadify/upload/ #7

Open
last-partizan opened this issue Jul 7, 2011 · 5 comments
Open

403 Http Error at /uploadify/upload/ #7

last-partizan opened this issue Jul 7, 2011 · 5 comments

Comments

@last-partizan
Copy link

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): 

@teewuane
Copy link

i am getting a 403... by the way, why must it bypass the csrf?

@last-partizan
Copy link
Author

it's just my choice. you can fix it without bypassing csrf :)

@satalways
Copy link

Hi friends, I' using php and javascripts for uploadify. I'm getting 403 Error. Can you help me?

@last-partizan
Copy link
Author

we can't, it's python/django related issue, you must find bugs in your php code

@satalways
Copy link

OK, Thanks for guidance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants