Search

You searched for the word(s): language
Showing page 12 of 43 (424 total posts) < 1 second(s)
  • Re: Inactivate or hide browse button

    Hi jas101,   Try   <%@ Page Language=''C#'' AutoEventWireup=''True'' %>       <%@ Register Assembly=''CuteWebUI.AjaxUploader'' Namespace=''CuteWebUI'' TagPrefix=''CuteWebUI'' %>    <html> ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 21, 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: jquery.load("#div") and license error

    Sure thing, this is the javascript for the jquery:     <script src=''http://cutesoft.net/scripts/jquery-1.3.2.min.js'' type=''text/javascript''>     </script>     <script type=''text/javascript''>         function loadContent(url, id) {    ...
    Posted to Ajax Uploader (Forum) by kevinac4 on September 30, 2009
  • No error but no upload

    Hi Guys!   Well...go there!   I´m start develop with ajaxuploader, and in this program i need make a simple upload with size limitation. I´d downloaded the package and put the CuteWebUI.AjaxUploader.dll in the bin directory, the scripts in asp.net page...run the project..   The ajaxuploader button was there...very ...
    Posted to Ajax Uploader (Forum) by danielrq on April 17, 2009
  • Re: Does different UploadType options in Ajax uploader affects upload performance?

    Hi,   Can you try the simple example page below? Does it get the same problme? And what browser/version you are testing? please show me the debug info what you get from the debug window when testing this example page. You can find the debug window at top right of the ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 18, 2014
  • Re: Using the MoveTo method wont show files after upload

    Hi websitepro, If you do not want the user to delete the upload file, you can create your own attachment table, like the example below. I have removed the ''remove'' link for each file.  <%@ Page Language=''C#'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 12, 2012
  • Re: CuteWebUI_AjaxUploader_OnError Doesn't Fire

    Dear mferrell3,   I tested it again on my end, it works fine. Please follow the following steps and test it again, if it doesn't work, please let me know. 1. Download ajax uploader, download link is http://cutesoft.net/downloads/folders/upload/entry44395.aspx 2. Unzip this installation package 3. Open IIS 4. Switch to ''Default Web Site'' ...
    Posted to Ajax Uploader (Forum) by Eric on February 25, 2011
  • Re: Maximum file size

    Dear Bart,   Please refer to the following code: 1. AjaxUploaderCodeBehindTest.aspx <%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''AjaxUploaderCodeBehindTest.aspx.vb'' Inherits=''AjaxUploaderCodeBehindTest'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on September 21, 2010
  • Re: Upload start automatically after selecting an invalid file (e.g. larger than limit) even upload mode is set to manual

    When you click ''Cancel'' or ''Cancel All'', CuteWebUI_AjaxUploader_OnStop  will be called, you can use the following examples to test it:   <%@ Page Language=''C#'' %> <!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 Eric on May 7, 2010
  • Re: Stylization of AjaxUploader

    Bob   You can replace the queue-table by this way :   http://ajaxuploader.com/document/scr/create-custom-queue-table.htm   and this code for attachments table ...
    Posted to Ajax Uploader (Forum) by cutechat on August 5, 2009
« First ... < Previous 10 11 12 13 14 Next > ... Last »