Hi all,
I'd like using the download process (XUpload free version) on a secure server (https). If I do so than in Firefox works all fine. But in IE coming a pop-up window from microsoft that the site contains safe & unsafe elements too. This is very annoying, because example a user from my forum can clicking once on the button "continue", but at the end the uploading process coming the popup window again.
My friend works system andministrator, and he had debuged the upload_form.html file. The results are, that any problems in the Javascript region from the line 14.
What is the problem? How can I solve it?
Thx.
XUpload - XUpload on secure server
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
I do not know what your administrator did in upload_form.html, but I think this will help you:
Use relative form action URL(e.g. '../cgi-bin/upload.cgi?upload_id=') in upload_form.html, this will use the same domain upload_form.html is.
Also inside xupload.js replace about:blank with blank.html. Create empty blank.html in the same folder.
Use relative form action URL(e.g. '../cgi-bin/upload.cgi?upload_id=') in upload_form.html, this will use the same domain upload_form.html is.
Also inside xupload.js replace about:blank with blank.html. Create empty blank.html in the same folder.
Thanks!
I'm using the cgi-bin folder address already with relativ path. I've made a symbolic link into the folder where the upload_form is.
The other thing was the really solution! But the about:blank is not in the xupload.js but direct in the upload_form.html by the lines iframe.
Actually works all fine! Many Thx!
I'm using the cgi-bin folder address already with relativ path. I've made a symbolic link into the folder where the upload_form is.
The other thing was the really solution! But the about:blank is not in the xupload.js but direct in the upload_form.html by the lines iframe.
Actually works all fine! Many Thx!
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm