Search

You searched for the word(s): Ajax Uploader
Showing page 12 of 117 (1,163 total posts) < 1 second(s)
  • ajax uploader DOES NOT WORK with nested update panels

    Please view this post:   http://cutesoft.net/forums/thread/46518.aspx   Although, a fix was promised to this verifiable bug last week. Using nested update panels is a very common thing, and this tool is throwing an 'object excepted' exception consistently. Im adding this thread so this issue will be bumped to the top because we ...
    Posted to Ajax Uploader (Forum) by gregoryjackson on December 10, 2008
  • Re: Error when installaing ajax uploader!

    Hi cassini,   Do you Use the integration mode of your application pool? If so, please move the   <add name=''CuteWebUI.UploadModule'' type=''CuteWebUI.UploadModule,CuteWebUI.AjaxUploader''/>   to   <system.webServer>       ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 2, 2008
  • Re: Ajax Uploader in frame problem!

    Hi,   I have the same problem . I'm using a page contains an Iframe which source  is multiple-file-upload.aspx in demo source :   <html xmlns=''http://www.w3.org/1999/xhtml'' > <head runat=''server''>     <title>Untitled ...
    Posted to Ajax Uploader (Forum) by vinhmt04 on October 22, 2008
  • Re: Ajax Uploader

    Please try based on this code :     <%@ Page Language=''C#'' Title=''First sample'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by cutechat on October 14, 2008
  • Re: Ajax Uploader

    Next I would like to attach the file to an email. With  FileUpload control I would do it as posted below. Is there an example that  would work with UploadAttachments1 ? It should be even simpler than the code below.   if (this.IsPostBack) { MailMessage email = new MailMessage(); email.From = new ...
    Posted to Ajax Uploader (Forum) by walt on October 13, 2008
  • Re: Ajax uploader getting problem in firefox 3.0.14

    Lakshmi,   Please check this sample:   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <script runat=''server''> protected override void OnInit(EventArgs e) { base.OnPreRender(e); tbnothing.Attributes[''onclick''] = ...
    Posted to Ajax Uploader (Forum) by cutechat on September 24, 2009
  • Ajax Uploader in Updatepanel

    Hi,I am new in this forum.I want to use the Ajax Uploder but i want to know that  Is Ajax Uploader  is working in Update Panel or not.Accually i want to use it in Update Panel shoa I wan tthat it is working in update panel or not.Thanks in advance for reply.
    Posted to Ajax Uploader (Forum) by ManishDubey1987 on September 6, 2011
  • Re: Uploader in Jquery Dialog

    Hi agerled,   Try put the Jquery dialog code into method ''CuteWebUI_AjaxUploader_OnInitialize''. Like the example below.   <%@ Page Language=''vb''%>     <%@ Register Assembly=''CuteWebUI.AjaxUploader'' Namespace=''CuteWebUI'' TagPrefix=''cc1'' %> ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 15, 2010
  • Re: Cant get Ajax Uploader to work with asp.net 4 and IIS 7

    Things i use Integrated mode IIS7 asp.net 4.0 (version 4.0.30319.1) Masterpaging PlaceholdersJQueryasp.net controller Linq t-sql XHTML 1.0 Transitional webconfig things sessionState mode=''InProc'' globalization requestencoding=''utf-8'' responseencoding=''utf-8pages autoeventwireup=''true'' enableviewstatemac=''true'' ...
    Posted to Ajax Uploader (Forum) by ThomaxVision on September 30, 2010
  • Re: AJAX-UPLOADER WebPage Error

    Hi Ken,   I did as you sugessted and its working fine in Demo(Test) Project. But when i do  the same to my Live Project(Ongoing Web Application), i am getting the below error. "UploadModule is not Installed into Web.config.!"    Please let me know how to solve this, Thanks in ...
    Posted to Ajax Uploader (Forum) by ChetanRajakumar on August 29, 2012
« First ... < Previous 10 11 12 13 14 Next > ... Last »