Re: Does different UploadType options in Ajax uploader affects upload performance?

  •  09-18-2014, 8:50 AM

    Re: Does different UploadType options in Ajax uploader affects upload performance?

    Hi,

     

    Can you try the simple example page below? Does it get the same problme? And what browser/version you are testing? please show me the debug info what you get from the debug window when testing this example page. You can find the debug window at top right of the browser.

     

    1. <%@ Page Language="C#" Title="Customize the queue UI" %>  
    2.   
    3. <%@ Register TagPrefix="CuteWebUI" Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head id="Head1" runat="server">  
    7. </head>  
    8. <body>  
    9.     <form id="Form1" runat="server">  
    10.         <div>  
    11.             <CuteWebUI:UploadAttachments runat="server" ID="uploader1" UploaderDebug="1">  
    12.             </CuteWebUI:UploadAttachments>  
    13.         </div>  
    14.     </form>  
    15. </body>  
    16. </html>  
     

    Regards,

     

    Ken 

View Complete Thread