I'm trying to add http://www.Croppic.net when the script is ran I get an error 500 in Chrome dev tools. If I use DHC (Chrome plugin) to test my endpoint it works fine. I have also tried passing in the _token as well without much luck.
In my example above and in my screenshot you will notice that I'm looking for a field called avatar, but Croppic sends that field titled as "img" so I'm looking for a field "avatar" the reason it worked when I used DHC is because I was sending the field as "avatar" but Croppic was not, so once I noticed that Croppic was sending it as img, I updated my upload script in my controller and BAM! it started working, Wahoo!!