Search

You searched for the word(s): CuteWebUI
Showing page 41 of 113 (1,122 total posts) < 1 second(s)
  • Re: Attempting to deploy Demo version to server failing

    Hi,   How about   <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bc00d4b0e43ec38d'' %>   or 3.0.0.0 (if you download it after 12/4)   <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by cutechat on April 16, 2009
  • Uploader Button was disabled in IE 9 but Working in IE 10 hosted in SharePoint 2013

    Hi we have new MVC 4 Application hosted in our SharePoint Site 2013. We are having an issue when the Application was accessed in IE9 the uploader button was disabled but when it is accessed in IE10 there is no problem. Im already using the latest version of ajax uploader.   I added below code on the head tag of my sharepoint master page ...
    Posted to Ajax Uploader (Forum) by roblesjohnryan on August 13, 2015
  • Re: html5: the upload task is interrupted

    Hi colinbashbash2,   For the load balancing environment, you need to set the TempDirectory to a central location to support to upload large file. If you have not set it yet, then please do this setting and try again.  Setting temporary file location in web.config Add an entry into the <appSettings> section of your ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 14, 2014
  • Re: Load balanced web farm environment

    Hi MihaiB, Yes, for load balancing environment, you need to set the TempDirectory to a a central location, then it will work.   Setting temporary file location in web.config Add an entry into the <appSettings> section of your application web.config file: <add ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 3, 2014
  • Progress bar flashing

    Hi,   I have a simple page with nothing but the upload control on it.  When I upload 5 MB file, the progress bar flashes as it updates.   Here's the code: <%@ Page Title="About Us" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" ...
    Posted to Ajax Uploader (Forum) by iunknown22 on November 25, 2013
  • Re: Cute_Ajax_Uploader Initialized event error.

    Hi,   Do you have a live URL so I can do a test ?   If your IIS is using intergrated mode , you need to add such configuration to system.webServer node :         <system.webServer>             <validation ...
    Posted to Ajax Uploader (Forum) by cutechat on November 11, 2013
  • Re: Problem with multiple image upload in CuteWebUI Ajaxuploader in firefox with windows 7 OS.

    Spandya,   For selecting multiple files at once feature, HTML 5 or silverlight or flash is required.  If any of the above is not installed in firefox,  you can only select and upload one file.
    Posted to Ajax Uploader (Forum) by Adam on November 8, 2013
  • AttachmentTRStyle

    The AttachmentTRStyle is not working for me       <CuteWebUI:UploadAttachments runat="server" ID="UploadAttachments1" ManualStartUpload="true"            NumFilesShowCancelAll="1000" InsertText="Upload Statements" ...
    Posted to Ajax Uploader (Forum) by GeraldMorris on June 25, 2013
  • Re: Sporadic Viewstate errors

    Hi jk121960,   Just list the large file upload settings below, please check it and ensure that you have set all of them correct.    1. maxRequestLength in web.config    <httpRuntime maxRequestLength="value"/>    2. maxAllowedContentLength in IIS   Edit the request filtering feature ...
    Posted to Ajax Uploader (Forum) by Kenneth on May 15, 2013
  • I want to upload... web files..

    hi. I recently had to purchase a license.   I want to upload *.asp or *.php .. files... can not support upload asp, php files?   [error message] Uploading *.php* is denied     <CuteWebUI:UploadAttachments runat="server" ManualStartUpload="true" >  <ValidateOption ...
    Posted to Ajax Uploader (Forum) by insk on May 9, 2013
« First ... < Previous 39 40 41 42 43 Next > ... Last »