I'm trying to use django-ajax-uploader in my website, which works just fine in LAN, but while I upload my file through internet, it only uploads a file of no more than 2MB, any file bigger than 2MB will fail.
I changed the default BUFFER_SIZE to 64MB but still did not work. And I have tested Chrome , Safari and Firefox, all failed.
Have any of you ever met this problem before? Thx :)
ps: I've seen this tip , but I'm quite sure it's a different case.