django-uploadify icon indicating copy to clipboard operation
django-uploadify copied to clipboard

403 Http Error at /uploadify/upload/

Open last-partizan opened this issue 13 years ago • 5 comments

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

last-partizan avatar Jul 07 '11 12:07 last-partizan

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

teewuane avatar Feb 28 '12 04:02 teewuane

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

last-partizan avatar Feb 28 '12 08:02 last-partizan

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

satalways avatar Apr 07 '12 19:04 satalways

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

last-partizan avatar Apr 07 '12 19:04 last-partizan

OK, Thanks for guidance.

satalways avatar Apr 07 '12 19:04 satalways