Search

You searched for the word(s): Uploader
Showing page 15 of 328 (3,276 total posts) < 1 second(s)
  • Re: Get FilePath Uploader (ASAP..)

    HI hochiminh,   Try this example.   Create the page name ''humbnail.aspx''.   <%@ Page Language=''C#'' %>    <%@ Import Namespace=''CuteWebUI'' %> ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 21, 2010
  • uploader.TempDirectory error, please help!

    I used the uploader.TempDirectory just to test it, but then when I switched back to upload.SaveDirectory I kept getting errors, and files stopped uploading.  So I deleted the old SaveDirectory folder from the server, created a new one with a different name, assigned it to upload.SaveDirectory, but the uploader is still ...
    Posted to ASP Uploader (Forum) by Kal on April 9, 2010
  • Re: Hi. Is it possible to hide the "Cancel All Uploads" button on AJAX Uploader?

    Dear icastel,   the following is a full example:   <%@ 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 March 22, 2010
  • Programmatically populating Ajax Uploader with files

    I am using the Ajax Uploader to load files which works very well. I now have a situation where I need to populate a webpage to allow the user to change the files they selected previously. Is it possible to load the control with the data I stored in my database so that the Ajax Uploader looks like the user has just manually selected the files ...
    Posted to Ajax Uploader (Forum) by retrocoder on January 28, 2010
  • Complete list of Ajax Uploader Javascript API

    Hi all I have a requirement to add files to Item property of Ajax uploader and upload those files using javascript. I found the function to start the upload process using the javascript, but how can i add files to the Item property using javascript?I check the ...
    Posted to Ajax Uploader (Forum) by akkuissac@yahoo.com on November 6, 2009
  • Re: Ajax uploader getting problem in firefox 3.0.14

    Lakshmi,   Please check this sample :    <script type=''text/javascript''>  var uploader=document.getElementById('<%=Uploader1.ClientID %>');  function CheckBrowsingTask()  {   var iobj=uploader.internalobject;   var ...
    Posted to Ajax Uploader (Forum) by cutechat on September 26, 2009
  • Ajax uploader

    Hi,I am using ajax uploader demo  version in asp.net website  from yesterday onwards there are not working some javascript error is coming Is the demo version version expires in how many days if so it will raise any javascript error? Please help me out since i need to know whether Ajax uploader is raising the error or any other ...
    Posted to Ajax Uploader (Forum) by arunkumar.y on June 6, 2009
  • Re: Uploader inside AJAX CollapsiblePanelExtender doesn't work

    Hi danparks,   It works fine for me, please test the example below:   If you still get this issue, please create a page can reproduce this issue and send it to me.   My E-mail address: ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 27, 2009
  • 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
  • Re: Dynamic Uploaders / Programatically adding Uploaders

    Phil,   Please check this sample code :   <%@ Page Language=''C#'' %> <%@ Import Namespace=''CuteWebUI'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>  protected int ...
    Posted to Ajax Uploader (Forum) by cutechat on December 6, 2008
« First ... < Previous 13 14 15 16 17 Next > ... Last »