Hello,
I'm starting using Image CRUD (I already use Grocery CRUD).
When I try to upload an image, it fails instantly.
In the console panel, it seems that FineUploader stops because the url upload_file can't be reached, so the XHR response only contains the code of the 404 error:
[FineUploader] Processing 1 files or inputs...
[FineUploader] Sending upload request for 0 http://localhost/osu/borehole_crud/example1/upload_file?qquuid=70233647-60e5-4470-b9ac-a6fca85f2e23&qqtotalfilesize=44461&qqfile=jf.jpg
404 Not Found fineuploader-3.2.min.js
[FineUploader] Error when attempting to parse xhr response text (SyntaxError: Unexpected token <)
In the script panel it seems to stop on the getCookieNames function of fineuploader-3.2.min.js.
The problem isn't about permissions nor upload file size because file upload in this directory works with Grocery CRUD ...
Thanks for your help!