Search

You searched for the word(s): Ajax Uploader
Showing page 13 of 100 (994 total posts) < 1 second(s)
  • Re: Ajax Uploader not working for some users, sporadicly

    Hi Ken,   thanks for the reply... so there is a chance we have got it working. The machine having problems seemed to work with the AjaxUploader when clicking the IE compatibility button (they are using IE9)... so on our webpage we added to the header:    <meta http-equiv="X-UA-Compatible" content ...
    Posted to Ajax Uploader (Forum) by JamesW on October 19, 2012
  • Re: Ajax Uploader and logged in user

    Ed,   Can you explain it in details?   Are you using Ajax Uploader in a custom solution?   By default, Ajax Uploader doesn't change the file name.     void Uploader_FileUploaded(object sender, UploaderEventArgs args)         ...
    Posted to Ajax Uploader (Forum) by Adam on July 23, 2008
  • Ajax Uploader requiring editing permission to work in DNN module

    Hello all, I have found a new problem with Ajax Uploader in the Dotnetnuke environment.  For those not aware, DNN is a ASP.net CMS platform/frameowrk comprised primarily of a myriad of modules, both canned and custom made.  The problem I am having is it does not work when I install it into  a module I must give the user editing ...
    Posted to Ajax Uploader (Forum) by gustyn on April 30, 2010
  • Re: Ajax Uploader - ManualStartUpload="true"

    Hi Eric, is there anyway to achieve this using client side code without going back to the server?  Or is there anyway to perform client side code on the file uploaded event?  Basically, I don't want the fileuploaded event to cause a postback.  for example, for an asp button, I can do the following code on load, to perform client ...
    Posted to Ajax Uploader (Forum) by mchamo on June 14, 2011
  • Re: Trial version Ajax uploader

    Depends on system setup, when AjaxUploader expires, you can have:  1. AjaxUploader popup an error message saying ''You are using a trial license and the trial has come to an end''2. AjaxUploader simply disappear from your page  What you are experiencing? Thanks for [email protected]
    Posted to Ajax Uploader (Forum) by Adam on September 28, 2009
  • Re: Populating Ajax Uploader with list of files

    Greg,   Please check this demo :     <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Ajax Uploader (Forum) by cutechat on January 14, 2009
  • Re: Disable Ajax Uploader

    Hi cyphersys,   If you are using custom button as the upload button, then disable the custom button directly, like the example ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 23, 2014
  • Re: File Upload cause complete page post back... Basicly the ajax part of the uploader is not working?

    Hi davior14, Please try the example below, does it work for you? When you click on the post back button, the page will do a post back, and the label text will be changed to ''post back!''. But when I upload a file, the text has not changed, it means that the page has not do the post back. If it only happens on your page, please ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 18, 2012
  • Re: MVC3 and Ajax Uploader

    Thanks all for your help.  Part of the problem was the web.config file configuration (or not as it has been a while since I posted this).  Doh!  I managed to also solve my problem with rendering the html uisng the Render() method.  I made a detailed post as to my solution.  Would be awesome if we could get a sample for MVC ...
    Posted to Ajax Uploader (Forum) by gustyn on December 27, 2010
  • Re: Ajax Uploader and logged in user

    The following code is wrong. All the uploaded files will be named as 'Guest' because ''If row Is Nothing Then End if'' will not be excuted. Dim username As String = ''Guest'' row = ExecuteDataRow(''SELECT * FROM UploaderUsers WHERE Username={0}'', username) If row Is Nothing Then Dim userid As Integer = ...
    Posted to Ajax Uploader (Forum) by Adam on July 28, 2008
« First ... < Previous 11 12 13 14 15 Next > ... Last »