Upload image on https does not work January 03, 2021, 12:13:24 PM please help me fix this !!! Quote Selected
Re: Upload image on https does not work Reply #1 – January 03, 2021, 02:13:39 PM @muhdkhokhar this seems to be an issue with your server, please make sure there is no configuration on your server blocking the upload of files. Sometimes when using apps like mod_sec on your server and it is not properly configured, you get such errors. Quote Selected Last Edit: January 03, 2021, 02:19:57 PM by willvin
Re: Upload image on https does not work Reply #2 – January 03, 2021, 05:54:43 PM Quote from: willvin – January 03, 2021, 02:13:39 PM@muhdkhokhar this seems to be an issue with your server, please make sure there is no configuration on your server blocking the upload of files. Sometimes when using apps like mod_sec on your server and it is not properly configured, you get such errors.But why only happens when I use https if I access non https with ip it works Quote Selected
Re: Upload image on https does not work Reply #3 – January 03, 2021, 06:14:38 PM It looks like dropzonejs issue when using httpsMixed Content: The page at 'https://www.brandhouseinkportal.com/freelancer_portal/mock_up_request/edit/1' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://www.brandhouseinkportal.com/freelancer_portal/filehelper/uploadfile/'. This request has been blocked; the content must be served over HTTPS.please tell me how i fix this ? Quote Selected Last Edit: January 03, 2021, 06:56:29 PM by muhdkhokhar
Re: Upload image on https does not work Reply #4 – January 05, 2021, 05:14:34 PM @muhdkhokhar Please make sure the SITE_ADDR provided in your config.php is the default generated by phprad, if you edited it please make sure it contains https:// instead of http://, and also make sure if you made a custom edit on your project by access resource like image, CSS file, js files, etc. using static links, please also make sure you correct it too, thanks. Quote Selected
Re: Upload image on https does not work Reply #5 – January 06, 2021, 12:14:16 PM Thanks a lot I found out the issueI am using the CloudFlare as https Your configuration does not pick up as HTTPS I manaually fixed the URL and works a treatlove your app man amazing Quote Selected