|
Rank: Advanced Member Groups: Member
Joined: 5/30/2007 Posts: 42
|
When i use the AJAXUploader on HTTPS i get the message:
Code: HTML/ASPX
This page contains both secure and nonsecure items.
Do you want to display the nonsecure items?
I told the users to press Yes. But what am i doing wrong. I use the uploader in a dialog: Open the dialog and the refrech of the content after OK
Code: HTML/ASPX
<eo:CallbackPanel ID="cpLoadPhoto" runat="server" Triggers="{ControlID:dlPhotoUpload;Parameter:}" LoadingHTML="'../../Lib/Images/progress1.gif'/>" Height="150px" Width="150px" OnExecute="cpLoadPhoto_Execute" ClientSideAfterExecute="closeDL">
<asp:PlaceHolder ID="phPhoto" runat="server"></asp:PlaceHolder>
</eo:CallbackPanel>
The Dialog with AJAXUploader
Code: HTML/ASPX
<eo:Dialog ID="dlPhotoUpload" runat="server" Width="300px" BackColor="#e5f1fd" BackShadeColor="#e5f1fd" BackShadeOpacity="50" HeaderHtml="Photo Upload" BorderStyle="Solid" BorderColor="#335c88" BorderWidth="1px">
<ContentTemplate>
<eo:AJAXUploader ID="PhotoUploader" runat="server" Width="250px" TempFileLocation="~/Downloads/" OnFileUploaded="PhotoUploader_FileUploaded" AutoPostBack="true" AllowedExtension=".jpg">
</eo:AJAXUploader>
</ContentTemplate>
</eo:Dialog>
tnx.
Patrick Beverloo OfficeSpecialisten www.OfficeSpecialisten.nl
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Patrick,
This issue has been fixed in the latest build (2007.1.23). You can download it from our download page.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 5/30/2007 Posts: 42
|
I have file version 4.0.23.2? is this the correct one
Patrick Beverloo OfficeSpecialisten www.OfficeSpecialisten.nl
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
That is the correct one. Can you try AJAXUploader without the dialog control?
|
|
Rank: Advanced Member Groups: Member
Joined: 5/30/2007 Posts: 42
|
When i move the uploader outside the dialog there is no problem. But i want to use it with the dialog. need the space.
Patrick Beverloo OfficeSpecialisten www.OfficeSpecialisten.nl
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Patrick,
Then it looks like the issue has something to do with the dialog. We will look into it and get back to you as soon as possible.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 5/30/2007 Posts: 42
|
If i use the option forceSSL will this make a differ...
Patrick Beverloo OfficeSpecialisten www.OfficeSpecialisten.nl
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
I don't think so. It looks like the Dialog, not the Uploader, has not picked up the SSL settings.
|
|
Rank: Advanced Member Groups: Member
Joined: 5/30/2007 Posts: 42
|
Oke, i will wait....
Patrick Beverloo OfficeSpecialisten www.OfficeSpecialisten.nl
|
|
Rank: Advanced Member Groups: Member
Joined: 5/30/2007 Posts: 42
|
Is there a work arond, my customer and smapping me about the messages. and I realy don't want to change my code..
Patrick Beverloo OfficeSpecialisten www.OfficeSpecialisten.nl
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Patrick,
I believe the only workaround is to temporarily remove the dialog.
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Patrick,
We've posted a new build that addressed this issue. Please see your private message for download location.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 5/30/2007 Posts: 42
|
Tnx, i will download it and try it.
Patrick Beverloo OfficeSpecialisten www.OfficeSpecialisten.nl
|
|
Rank: Advanced Member Groups: Member
Joined: 5/30/2007 Posts: 42
|
Sorry still have the message.
Patrick Beverloo OfficeSpecialisten www.OfficeSpecialisten.nl
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Patrick,
Do you have the page online so that we can take a look?
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 5/30/2007 Posts: 42
|
No not for tonight. I will see what i can do tomorrow
Patrick Beverloo OfficeSpecialisten www.OfficeSpecialisten.nl
|
|
Rank: Advanced Member Groups: Member
Joined: 5/30/2007 Posts: 42
|
Is need your outgoing IP Address to open a connection to the site. use the website http://www.whatismyip.com
Patrick Beverloo OfficeSpecialisten www.OfficeSpecialisten.nl
|
|