Search

You searched for the word(s): IE 9 upload
Showing page 130 of 656 (6,557 total posts) < 1 second(s)
  • Re: Email Confirmation

    Hi Rosminicollege,  At client side   <script type='text/javascript'>     function CuteWebUI_AjaxUploader_OnTaskComplete(task)     {        //fire when upload complete     }     </script> At server side Please refer ...
    Posted to PHP File Uploader (Forum) by Kenneth on September 26, 2011
  • Re: Programmatically Adding Files to the Queue Using Javascript

    Hi rmillergravic, Please refer the section javascript code below to view the properties or methods of ...
    Posted to Ajax Uploader (Forum) by Jeff on July 28, 2011
  • Re: Where are files uploaded to?

    Hi KJG, Tow ways. 1.  Set property SaveDirectory. And than the upload file will save into the folder you set. uploader.SaveDirectory=''savefiles'' 2. Use function ''CopyTo'' or ''MoveTo'' to save the upload files.         'Copys the uploaded file to a new location.   ...
    Posted to ASP Uploader (Forum) by Kenneth on June 5, 2011
  • Re: Upgrading

    Dear davepearce,   Upgrade steps: 1. Backup your website 2. Remove folder ''CuteSoft_Client'' 3. Download cuteeditor for .net, download link: http://cutesoft.net/downloads/folders/cute_editor_current_releases/entry21904.aspx 4. Unzip it 5. Upload files of folder ''\Framework 2.0\bin'' to your application bin folder, it will override ...
    Posted to Cute Editor for .NET (Forum) by Eric on March 29, 2011
  • Re: Progress refresh rate

    Hi rganges, Refresh rate can not be changed(it less than one second). If user using Silverlight mode to upload, it will update every 64KB. And you can custom the progress template to show the upload info, so user know it is uploading. How to custom progress template ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 14, 2011
  • Re: ASPUploader large file problem

    Dear gnuzim,   ASP uploader is designed to work with up to 2GB files. The reason for the limit is simple - current browsers does not support upload of bigger files than 2GB over internet and IIS also accepts only 2GB files. Software Versions Upload limit Internet explorer All versions 2GB-1 Mozilla Firefox All ...
    Posted to ASP Uploader (Forum) by Eric on February 1, 2011
  • Re: Prompted to overwrite the file

    Dear SergeyC,   Please refer to the following code: <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>     void InsertMsg(string msg)     ...
    Posted to Ajax Uploader (Forum) by Eric on February 1, 2011
  • Re: Limit total size of attachments

    Dear SergeyC,   Client validation: <script type=''text/javascript''> function CuteWebUI_AjaxUploader_OnSelect(files) {             var selectedSize = 0;             for (var i = 0; i < files.length; i++) ...
    Posted to Ajax Uploader (Forum) by Eric on January 31, 2011
  • Re: 2 uploader in the same page

    Dear mikhellqc,   Multiple instances of php uploader are supported. Please add the highlighted line in your code and try it again.   <?php    $uploader=new ...
    Posted to PHP File Uploader (Forum) by Eric on January 28, 2011
  • Re: How to customize the UI

    Hi jbruso,   Please override the queue table to achieve it. The example below shows you how to custom the queue table   <%@ Page Language=''C#'' Title=''Customize the queue UI'' %>      ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 31, 2010