File uploading .... keep waiting

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.

This forum is for discussing mojoPortal development

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.

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.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/25/2015 10:39:22 AM
Gravatar
Total Posts 50

File uploading .... keep waiting

8/25/2015 10:43:36 AM
Gravatar
Total Posts 50

Re: File uploading .... keep waiting

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 

8/25/2015 10:47:55 AM
Gravatar
Total Posts 18439

Re: File uploading .... keep waiting

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

8/25/2015 12:47:47 PM
Gravatar
Total Posts 50

Re: File uploading .... keep waiting

Any way to force it return https always in code ? 

You must sign in to post in the forums. This thread is closed to new posts.