Search

You searched for the word(s): Ajax Uploader
Showing page 7 of 117 (1,163 total posts) < 1 second(s)
  • Re: Clearing Ajax Uploader items

    Hi mchamo, You can try the following 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''>    protected void button1_Click(object ...
    Posted to Ajax Uploader (Forum) by Eric on June 28, 2011
  • Re: Ajax Uploader for Asp.Net MVC 2.0?

    This example project is using MVC1.0, you need convert MVC1.0 to MVC2.0, please follow steps: 1. Open web.config 2. replace all ''System.Web.Mvc, Version=1.0.0.0'' with ''System.Web.Mvc, Version=2.0.0.0'' 3. Add the following lines within ''Configuration'' section:      <runtime>      ...
    Posted to Ajax Uploader (Forum) by Eric on July 23, 2010
  • Re: ajax uploader do post back after loading files

    Hi adidamty,   Please try this way   <%@ Page Language=''C#'' Title=''Customize the queue UI'' %>     <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> ...
    Posted to Ajax Uploader (Forum) by Kenneth on July 4, 2010
  • Re: Ajax Uploader requiring editing permission to work in DNN module

    gustyn,   If Ajax Uploads detect silverlight is supported by user browser, Ajax Uploader will use silverlight solution. If Ajax Uploader detects flash is supported, Ajax uploader will use the flash solution. For other situations, Iframe solution will be used.   For your situation, I suggest you set up a temp upload ...
    Posted to Ajax Uploader (Forum) by Adam on May 2, 2010
  • Re: Ajax Uploader IE 11 Compatibility Issue

    Hi kunalshah,   Please try demo http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx, does this demo page work for you? If yes, please download the latest build and try again.   latest build download url: http://ajaxuploader.com/download/Ajax-Uploader.zip    Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on December 11, 2013
  • 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: Several Ajax Uploader Control in one Aspx

    Thanks for your answer.   When I upload a number of files in control x and then use control y to add other files, the control x attachment table will become empty except from a file without name and with the size ''-1''  (see picture). Do you recognize this behaviour? I have not implemented my own attachment table ...
    Posted to Ajax Uploader (Forum) by trimmades on August 10, 2009
  • Re: Can Ajax Uploader support HTTP

    Hello Adam , I find that the function setresumeoption("Resume")  is just recovering the upload from scratch.Perhaps I Misunderstood the  "setresumeoption" function, or my question is not clear enough, I re-describe my question here For example, I have a 10M file, use Ajax Uploader control to upload. When ...
    Posted to Ajax Uploader (Forum) by libkerry on January 26, 2014
  • Re: Ajax Uploader Broken in Firefox 22

    Hi Dlab,   I can not reproduce this issue. Can you try on http://www.ajaxuploader.com/Demo/Start-uploading-manually.aspx with your firefox 22? Does it get the same problem? If the demo works for you, I suggest you download the latest build and try again.   Latest build downlaod url: ...
    Posted to Ajax Uploader (Forum) by Kenneth on July 25, 2013
« First ... < Previous 5 6 7 8 9 Next > ... Last »