Search

You searched for the word(s): Ajax Uploader
Showing page 13 of 117 (1,163 total posts) < 1 second(s)
  • Re: Ajax Uploader very SLOW in localhost

    Can you try the following example and get back to me?   http://ajaxuploader.com/Demo/fulltest.aspx   1. If Ajax Uploader detects SilverLight is installed on your PC, It will use the SilverLight solution.   2. If Ajax Uploader detects Flash is installed on your PC, It will use the Flash solution.   3. If Ajax Uploader ...
    Posted to Ajax Uploader (Forum) by Adam on April 6, 2009
  • Re: How to use the Ajax Uploader in Grid

    Hi,   You need attach the FileUploaded event , use tag code <CuteWebUI:Uploader FileUploaded=''....'' /> , or in the grid Item Init event.   And then , in the Uploader_FileUploaded(object sender,..) event, you can get  the uploader by this way :   Uploader uploader=(Uploader)sender;   And then get the grid ...
    Posted to Ajax Uploader (Forum) by cutechat on August 2, 2010
  • Ajax Uploader 2.0 (updated 2008-10-09) is available for download.

    We have updated the AjaxUploader 2.0 on 2008-10-09. There're some important issues which have been fixed and we also added a few features based on the client requests. 1. Fixed a bug that generated 2 temporary files at server side. 2. Fixed a bug that the firefox can't now show the dialog when the scroll bar down. 3. Would not stay at 100% for ...
    Posted to Ajax Uploader (Forum) by cutechat on October 10, 2008
  • Re: Cant get Ajax Uploader to work with asp.net 4 and IIS 7

    HI ThomaxVision, I tested  Integrated mode and Classic mode on IIS7 with asp.net 4.0. It works both. maybe you can create a test site and set up ftp access for me. So I can not it for you. Please send the info to Kenneth@CuteSoft.net and Terry@CuteSoft.net We will check it and get back to you as soon as ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 30, 2010
  • Re: How to use the Ajax Uploader in Grid

    Hi Terry!    I have two more questions in ajax uploader.       1. How can I redirect the page ( int he function ''Uploader_FileUpload()'') once all the files gets uploaded.       2. When I click on submit how can I find whether user has selected file in the control?. Based on that I ...
    Posted to Ajax Uploader (Forum) by ramkumarhighbrow on August 6, 2010
  • Re: Ajax-based-File-storage demo

    Hi,   The filename/description is design for ajax uploader v1 , for that version uploader do not support multiple files uploading.   It just use the specified filename when rename the file at the event handler.   the event handler code is this :   protected void Uploader1_FileUploaded(object sender, ...
    Posted to Ajax Uploader (Forum) by cutechat on December 20, 2009
  • Re: can we add extra information on the object that ajax uploader sends for each file?

    Dear deepakkumarjoshi,   Please refer to the following highlighted code:   <%@ 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 ...
    Posted to Ajax Uploader (Forum) by Eric on January 18, 2011
  • Re: Ajax Uploader and logged in user

    Thanks for the reply Adam. Maybe I can do a better job explaining my issue:   I am using the Ajax Uploader in a custom solution.  I do not need to change the filename, I just need to pass the currently logged in user id (from membership) to AJAX Uploader. I want to populate the UserId column in the UploaderFiles SQL Table with the ...
    Posted to Ajax Uploader (Forum) by edstone on July 26, 2008
  • Re: Error when installaing ajax uploader!

    I did that, below is my web.config:   <?xml version=''1.0''?> <configuration>   <system.web> <authentication mode=''Forms'' /> <compilation debug=''true'' strict=''false'' explicit=''true'' > <assemblies> <add assembly=''System.Design, Version=2.0.0.0, Culture=neutral, ...
    Posted to Ajax Uploader (Forum) by cassini on December 2, 2008
  • Re: Ajax Uploader not working for some users, sporadicly

    Hi JamesW,   Does this pc get the same problem on demo page http://www.ajaxuploader.com/Demo/simple-upload.aspx ?   If it works for you, please download the latest version and try again.   Latest version download url: http://ajaxuploader.com/download/Ajax-Uploader.zip   Also, you can try change the document mode to ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 9, 2012
« First ... < Previous 11 12 13 14 15 Next > ... Last »