Jacek 0 Posted August 28, 2017 I use the standard Image field and can't upload any image. The loading bar reaches the end very quickly then the loading icon/graphic just continues to spin. My php.info for you to see. Any ideas how to fix it? Share this post Link to post Share on other sites
Macrura 2,825 Posted August 29, 2017 looks like the process is returning a 403... maybe a file permissions issue, or host is blocking something, maybe mod security... check these topics: 2 Share this post Link to post Share on other sites
Jacek 0 Posted August 29, 2017 Thank you Macrura. I've tried all of these suggestions and nothing helped, except editing InputfieldImage.js in the following manner: // Initialize Upload /*if(useAjaxUpload()) { initUploadHTML5(''); } else { initUploadOldSchool(); }*/ initUploadOldSchool(); Now I can add images (without any progress bar of course). I select one, save edited page and a thumbnail show up. I consider it temporary solution. On the basis of this upload I presume neither of the suggested php settings (max_post_size, max_execution_time, max_memory) is the main cause of my problem. I've contacted my hosting provider and wait for their response. phpinfo() doesn't display any security_mode settings. Share this post Link to post Share on other sites