Search

You searched for the word(s): uploader
Showing page 4 of 328 (3,276 total posts) < 1 second(s)
  • Ajax Uploader - Web Accessability (WCAG2.0) UploadAddonWarningImage Message

    I have come across a problem with Ajax Uploader that I am unable to find a viable solution for. It has to do with accessibility. In order for users who are visually impaired to navigate a website, they must us a keyboard and NOT a mouse. The problem with this and Ajax Uploader is that when a browser like IE9 does not support HTML5. Ajax ...
    Posted to Ajax Uploader (Forum) by craymers on October 21, 2013
  • Re: copy files from uploader to invisible uploader

    Dear Roelant Please refer to http://ajaxuploader.com/Demo/Simulate-File-Upload.aspx , This sample demonstrating how to use .Upload method to simulate a file upload event. The files uploaded by Uploader1 will be passed to Attachments1. Its source code can be found in download package.   Thank you for asking Eric@cutesoft.net
    Posted to Ajax Uploader (Forum) by Eric on September 29, 2010
  • Need Help Getting Uploader To Work On My Page.

    The demo pages supplied by CuteSoft for the uploader work perfectly on my server.  When I attempt to use the Uploader control from within an update panel in a page in my own application, it fails:  The progress dialog chugs along and the first file gets uploaded into the temporary folder, but before either my ''FileUploaded'' ...
    Posted to Ajax Uploader (Forum) by Escovado on December 15, 2008
  • Re: MVC Ajax Uploader

    Hi Avi,   1. Is there a way to pass data from javascript to UploadHandler.ashx before a the file is uploaded, or after the file are selected?   I suggest you handle the upload file in the controller directly. So you can pass the value to the controller directly.   refer to the example below, you can save/move or do other ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 28, 2013
  • Re: List regists by date decreasing

    Hi,   Please try the new example below, the red code is what I am changed.   T<%@ Language="VBScript" %> <!-- #include file="aspuploader/include_aspuploader.asp" --> <html xmlns="http://www.w3.org/1999/xhtml"> <head>       <title>         ...
    Posted to ASP Uploader (Forum) by Kenneth on November 14, 2012
  • Re: AJAX uploader - hiding in JS or Jquery

    Hi mchamo, Your method is good.Also, you can use the following javascript code to hide and show the ...
    Posted to Ajax Uploader (Forum) by Jeff on July 17, 2011
  • Re: Uploader inside AJAX CollapsiblePanelExtender doesn't work

    Okay, I've got it working.  One of the attributes of the CollapsiblePanelExtender is SuppressPostBack, which you can set to true or false. Before adding the Cute Uploader I had an UpdatePanel within the target of the collapse panel extender, and I had SupressPostBack set to true. So expanding and collapsing the panel was nice and smooth. When ...
    Posted to Ajax Uploader (Forum) by danparks on February 28, 2009
  • Re: Ajax Uploader - Uploader_FileUploaded server event not firing

    Any luck on getting the Ajax Uploader control to work with the BlockUI plugin that I mentioned? Thanks.   mchamo:Ken, I have identified the exact cause of the File_Uploaded event not firing.  I am using the Jquery BlockUI plugin and within it, is where I have the ajax uploader.  Using the Jquery BlockUI plugin is causing ...
    Posted to Ajax Uploader (Forum) by mchamo on June 20, 2011
  • Re: Ajax Uploader Over Https is throwing an error

    Hi afennani,   Please try the way below to disable the flash upload mode.    1. Open the controller file, find the uploader control section   2. Use the code below to disable the flash upload mode   using (CuteWebUI.MvcUploader uploader = new ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 26, 2012
  • Re: Ajax Uploader - progress width after upload

    Hi lanikfs,   You can control the progress text style like the example ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 3, 2013
« First ... < Previous 2 3 4 5 6 Next > ... Last »