mazzorini / Anchorcms-0.9.2-drag-drop-fix

Anchorcms drag&drop upload working
16 stars 1 forks source link

JSON.Parse Error #7

Open ChiangChu opened 8 years ago

ChiangChu commented 8 years ago

Hi Guys, I always get an error at line 139 in the dragdrop.js .

unexpected token <

The Error seam to have something to do with this line.

var data = JSON.parse(response);

Maybe you can help me finding the error.

Thank you in advance for your help.