Search

You searched for the word(s): CuteWebUI
Showing page 39 of 113 (1,122 total posts) < 1 second(s)
  • Re: Total progress (of all files)

    Hi,   This is a sample for total progress ...
    Posted to Ajax Uploader (Forum) by cutechat on April 20, 2009
  • Upload module is not installed in Web.Config!

    Im getting Upload module is not installed in Web.Config! in production environment. Dev is working fine. I have moved .dll and .lic file and web config contains all required references. I also getting this message in developent when running in debug mode. Please help.     <controls> <add namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by dimidrol on March 1, 2009
  • Re: Upload Error

    SLTDon,   Did you add module to web.config correctly?   To allow Ajax Uploader to handle upload requests, you need to add its HttpModule to your application. IIS 6.0 and IIS 7.0 Classic mode <configuration>   <system.web>     <httpModules>       <add ...
    Posted to Ajax Uploader (Forum) by Adam on September 30, 2008
  • Re: No Progress bar in IE

    1. Is that possible your file is not big enough and upload speed is too fast?   Can you add the following entry to your web.config file then try again?    <!-- You can set a low upload speed to test the progress bar. -->  <add key=''CuteWebUI.AjaxUploader.UploadSpeedKB'' value=''20'' />   2. If you ...
    Posted to Ajax Uploader (Forum) by Adam on May 30, 2008
  • Re: Conflict Between CuteWebUI.UploadModule and an Ajax call without form data

    Hi,   Yes , that is a bug of the upload module , we have fixed i.   Please download the last version and try again.   Thanks.   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on August 15, 2010
  • Re: FileUploaded event fired two times for each file uploded!

      That example works fine! However, the following is my code, could you please show me what I'm doing wrong?         <form id=''form1'' runat=''server''>   <div class=''content''> <asp:ScriptManager ID=''Scriptmanager1'' runat=''server''> </asp:ScriptManager>   <div ...
    Posted to Ajax Uploader (Forum) by cassini on March 13, 2009
  • Re: Uploading multiple files in relation to OnFileUploaded, OnUploadCompleted, etc.

    Hi MarjaR, Please try the example below, it will delete the temp file one bye one when the file upload finished. <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 20, 2011
  • Re: Browse button disabled when using Safari / Flash8

    Adam: select-multiple-files-upload.aspx is also included in the download package. They are same. From http://www.ajaxuploader.com/, I clicked the big yellow button ''Download now''. In the zip file downloaded, there is a file selecting-multiple-files.aspx, but there is no file select-multiple-files-upload.aspx. Adam: 1. Are you ...
    Posted to Ajax Uploader (Forum) by pierre on September 14, 2009
  • upload works on dev server, not on production server

    Hello, NOTE: There are a bunch of later messages here with additional information and updates to this one - please read them all before responding!  UPDATE: THIS HAS BEEN SOLVED  -- see me final message   I’m using the trial version. VS2008, .NET 3.5, C#.  We are loading to a temp directory and then ...
    Posted to Ajax Uploader (Forum) by rberman on June 4, 2010
  • Re: MVC Disable iFrame??

    Dear atwoodkevin,   Please follow steps:   1. Open file UploadHandler.ashx 2. Find section below public override void OnUploaderInit(MvcUploader uploader) { } 3. Change to public override void OnUploaderInit(MvcUploader uploader) { //change photo to your folder name uploader.SetAdvancedOption(UploaderAdvancedOption.NoSilverlight, ...
    Posted to Ajax Uploader (Forum) by Eric on March 21, 2011
« First ... < Previous 37 38 39 40 41 Next > ... Last »