Does different UploadType options in Ajax uploader affects upload performance?

Last post 09-18-2014, 8:50 AM by Kenneth. 5 replies.
Sort Posts: Previous Next
  •  09-11-2014, 9:53 AM 80406

    Does different UploadType options in Ajax uploader affects upload performance?

    Currently we are using UploadType = "Flash". Are there any side effects of using UploadType = "Auto/IFame" etc? Are all of the UploadType options supported on all the browsers? Are there any pros & cons of using other options than Flash? Will it impact upload performance? 

  •  09-11-2014, 10:21 AM 80407 in reply to 80406

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

    Hi d6Hemant,

     

    The uploader support 4 upload types. HTML5, Silverlight, Flash, IFrame. it  it depends on your browser, if your browser support html5 and has silverlight/flash plug-in installed, then it will support all upload types. if the browser does not support html5,silverlight,flash, then the uploader will use the iframe mode automatically. The browser will switch the upload mode automatically if the browser does not support the upload type you set for, so it will not causes problem. By the way, the multiple files select function only support to use with html5,silverlight and flash upload mode.

     

    Regards,

     

    Ken 

  •  09-12-2014, 2:38 AM 80408 in reply to 80407

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

     Can you please highlight on the performance using various  options for an avg 100 MB file?
  •  09-12-2014, 8:25 AM 80409 in reply to 80408

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

    Hi d6Hemant,

     

    The HMLT5 is the best option for it, so we have set it to the default upload type. Then silverlight-->flash-->IFrame.

     

    Regards,

     

    Ken 

  •  09-18-2014, 7:53 AM 80418 in reply to 80409

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

    We have removed UploadType altogether to let AjaxUploader decide the best possibe option supported by the browser. We were testing by disabling Flash plugin in the browser and observed that the progress bar doesn't update values however, the upload was successful. It is showing "Uploading <filename> -KB of -KB at -KB/s; - remaining". Can you please let us know why the progress bar doesn't display values??

     

    Thanks,

    Hemant 

     

  •  09-18-2014, 8:50 AM 80419 in reply to 80418

    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 as RSS news feed in XML