Hello everyone,
I have a problem that I can't solve, when I upload an image I get a purple progress-bar with 100% but no image is uploaded.
When I look at the the console of my browser then I see this
And when I use network I see this
Now somewhere in the file InputfieldFile.min.js something goes wrong, but I have no idea how to overcome this.
I have detected inside this forum some solutions regarding upload problems, I have tried
adding '$config->uploadTmpDir = dirname(__FILE__) . '/assets/uploads/';' , did not work for me.
I also tried to place the oldSchool inside InputfieldFile.js, but since InputfieldFile.min.js is called up this won't work.
Please can anyone help me here?!!!