Ajax Uploader in frame problem!

Last post 10-22-2008, 9:40 PM by vinhmt04. 6 replies.
Sort Posts: Previous Next
  •  10-21-2008, 11:15 PM 45014

    Ajax Uploader in frame problem!

    Hi!
    I found that your AjaxUploader application is very perfect but just 2 things I wonder is when I use AjaxUploader in a frame, in IE it doesn't work ( the ReferenceFile Dialog cannot be opened)  with window XP. The first time click on button "Upload Multiple File", the dialog is appeared slowly in Firefox.
     
    Any reason!
    Thanks
  •  10-22-2008, 1:21 AM 45017 in reply to 45014

    Re: Ajax Uploader in frame problem!

    Hi,
     
    Can you tell me the details how you use the frame ? In the same domain ?
     
    >>The first time click on button "Upload Multiple File", the dialog is appeared slowly in Firefox.
    Please download the control again. We have made some changes these days.
     
    Regards,
    Terry
  •  10-22-2008, 3:36 AM 45020 in reply to 45017

    Re: Ajax Uploader in frame problem!

    Hi there!
    I use frame in the same domain. I create a page which contains your AjaxUploader and store it in a frame of my main page. I cannot open FileDialog with IE.
    I just downloaded your control again and it still takes me about 12 seconds to show the dialog. But just the first times, just Firefox, , the second times and later it showed fast.
     
    Thanks
  •  10-22-2008, 4:27 AM 45022 in reply to 45020

    Re: Ajax Uploader in frame problem!

    Hi !
    Finally, I found the reason, that is: when page load, I hide the div which contains AjaxUploader, then I show it and uploader cannot open the File Dialog in IE.
     
    Thanks
  •  10-22-2008, 7:07 AM 45029 in reply to 45022

    Re: Ajax Uploader in frame problem!

    Hi hochiminh,
     
    Can you provide the code which  can reproduce this issue?
     
     
    Regards,
     
    Ken
  •  10-22-2008, 9:14 PM 45041 in reply to 45029

    Re: Ajax Uploader in frame problem!

    Hi,
     
    I have the same problem . I'm using a page contains an Iframe which source  is multiple-file-upload.aspx in demo source :
     
    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head runat="server">
        <title>Untitled Page</title>
    </head>
    <body>
        <form id="form1" runat="server">
        <table id = "tblabc">
            <tr>
            <td>
                <iframe  src="../multiple-files-upload.aspx" height = "500" width = "500" style="padding-top:20px; margin-left:10px; margin-right:23px; padding-bottom:15px;"></iframe>
            </td>
            </tr>
        </table>
            
        <input type="button" value = "click me" title = "Show Upload"  onclick = "document.getElementById('tblabc').style.display = 'block';" />
        </form>
        <script type="text/javascript">
            document.getElementById("tblabc").style.display = "none";
        </script>
    </body>

    </html>
     
     
    I'm running this code in window XP, IE7, (Flash 9 or Flash 10). 
    I think this code cause the problem in flash: document.getElementById("tblabc").style.display = "none"; and make the upload file can not run.
    (I'm running this code in many computers, and about half of them get this problem) .
     
     Thanks.

     
  •  10-22-2008, 9:40 PM 45042 in reply to 45041

    Re: Ajax Uploader in frame problem!

    Hi, I also get this problem in firefox, when I show the table contains iframe, the "upload button" see in bellow:
     
     
    Thanks.
View as RSS news feed in XML