Search

You searched for the word(s): uploader
Showing page 8 of 328 (3,276 total posts) < 1 second(s)
  • Re: Ajax Uploader - Uploader_FileUploaded server event not firing

    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 the event not to fire.  Here is a sample of my code to using it, note dvitoDisplay is a div that contains the Ajax ...
    Posted to Ajax Uploader (Forum) by mchamo on June 17, 2011
  • Re: Ajax Uploader not working with modal dialog in IE 9.0

    Hi Ann2012, Please download the latest version http://ajaxuploader.com/download/Ajax-Uploader.zip and try again. If you get the same problem with the latest version. Please create an example page which can reproduce this issue and post here. We will check it and get back to you as soon as possible. Regards, Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on February 20, 2012
  • Re: Can CuteSoft uploader be used to only upload one file at a time?

    Yes, please check this example: Simple Upload with Progress A basic sample demonstrates the use of the Upload control.     http://ajaxuploader.com/document/index.htm#page=ClassReference/CuteWebUI.UploaderBase.MultipleFilesUpload.html   Ajax Uploader Class Reference ...
    Posted to Ajax Uploader (Forum) by Adam on January 21, 2009
  • Re: Cancel All Button

    Please try the following code:   <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Eric on July 12, 2010
  • Two Buttons

    I cannot use two uploader in the same page.  I want a button to raise images and other one to rise pdf. I have this code:   <form id=''form1'' method=''POST''>                <label>Codigo   <input type=''text'' name=''txt_codigo'' ...
    Posted to ASP Uploader (Forum) by chema on May 12, 2010
  • Re: Uploader not working Chrome

    Hi,   Can you try demo http://www.ajaxuploader.com/Demo/simple-upload.aspx on your chrome? Does it gets the same issue? If yes, then I suggest you disable all plug-ins of your chrome to try again or do a new install of your chrome to test this. If you are using the ad block plug-in, then try to disable them to test ...
    Posted to Ajax Uploader (Forum) by Kenneth on July 23, 2018
  • Re: Ajax Uploader - Web Accessability (WCAG2.0) UploadAddonWarningImage Message

    Hi craymers,    You can set the Upload type to “IFrame” for the IE 9 browser, it will work with keyboard. But the iframe mode only support o set 1 file at one time. It does not support multiple files select function.    protected override void OnLoad(EventArgs ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 22, 2013
  • Re: Any way to use Image Gallery as just a file uploader ?

    Hi m3jim,   The gallery does not support to only shows the upload button for now, the best way it hide the create category menu and hide all context menus in the admin panel, then the user only can use the upload button in the admin panel.  If this works for you, then please tell me, so I can show you the full steps to hide the ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on March 27, 2013
  • Re: Is it possible to set the upload file name in ajax uploader control

    Hi mvjr,   That is the temp file, you should not change this file name.   You can save the upload file with a new name in event Fileuploaded, like below. args.FileName is the original file name, you can change it ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 18, 2013
  • Re: PhpFileUploader : Ajax Query

    I give some details :This is a form with or without attachments.Without the function setTimeout(), fileguidlist is null. <?php require_once ''../phpuploader/include_phpuploader.php'' ; /*** After the POST ***/ if(isset($_POST['grade'])) {     // Enregistrer les données du formulaire et générer ...
    Posted to PHP File Uploader (Forum) by JML86 on July 19, 2012
« First ... < Previous 6 7 8 9 10 Next > ... Last »