This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
Dear all ,
any one facing this problem b4 ?
i am using the file manger in SSL proxy environment, currently i am facing the file upload problem by using the file manager.
When i select a file and upload, a uploding message shown, but it just stop there.
i try to use F12 to debug, it show me this this error :
Mixed Content: The page at 'https://abc.com/Dialog/FileDialog.aspx?type=image&tbi=ctl00_mainContent_txtCardPhotoPath' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://abc.com/Services/jqueryFileTreeMediaBrowser.ashx?type=image'. This request has been blocked; the content must be served over HTTPS.
how can i ensure the return is https and successful upload the photo ?
thanks
in order for mojoportal to make the upload service url use https it needs to be able to detect a secure connection as discussed in the article Using an SSL Proxy Server
also make sure you are using the latest version of mojoportal
Any way to force it return https always in code ?