Search

You searched for the word(s): add
Showing page 2 of 55 (543 total posts) < 1 second(s)
  • Re: Uploading file directly into Database

    Here is a sample code to use UPDATETEXT :   using System;    using System.Data;    using System.Data.SqlClient;    using CuteWebUI;       namespace UploaderDatabaseProvider    {        /// <summary> ...
    Posted to Ajax Uploader (Forum) by cutechat on July 8, 2009
  • Re: Silverlight - add paramter

     Hi colinbashbash2,   Are you using the ajaxuploader control? If yes, you can use property "InsertButtonID" and set it to another button, then this button will use as the uploader control, you can change the style of this button directly.     <CuteWebUI:UploadAttachments ID="uploader1" ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 6, 2014
  • Re: how to add required field validator to upload button

    Hi, Currently the Uploader can't not be applied the validation control.   while the uploader would do a postback to server after it upload a file,   You can send a flag to client side after the file are uploaded.   Or you can check our online sample ...
    Posted to Ajax Uploader (Forum) by cutechat on January 5, 2009
  • add files to the uploader through javascript without using the browse window

    hi all,   How can i add files to the uploader through javascript without using the browse window?  I have some files in my client machine I want it to upload it using ajax uploader with out having any user interferance. When user click upload button the code should automatically select those files and add to the ajax-uploader and ...
    Posted to Ajax Uploader (Forum) by akkuissac@yahoo.com on November 5, 2009
  • add items programmatically

    Hi, I want to give my users the possibility to change the files they have uploaded at a later time. Therefore the control has to load the files allready uploaded by the user. I found this method for adding a item in code    uploader.Items.Add(int fileSize, string fileName, Stream stream); but I can't seem to get the stream ...
    Posted to Ajax Uploader (Forum) by Rincewind on September 25, 2009
  • How can I add checkboxs in the queue table

    In the example of ''start-uploading-manually.aspx'', how can I add the checkbox control  in the queue table and  add a ''Cancel selected Uploads'' button after the ''Cancel all Uploads'' button?  I don't want to delete file names by clicking  the right side red cross mark. I know you have the samilar ...
    Posted to Ajax Uploader (Forum) by Janevin on July 23, 2009
  • Re: RE: How to use -- Attachments1.Items.Add

    Hi,   Please check this sample code :   protected override void OnLoad(EventArgs e)   {       base.OnLoad(e);         //need check is postback or not too! ...
    Posted to Ajax Uploader (Forum) by cutechat on August 15, 2009
  • how to add required field validator to upload button

    hi I need to add compulsory required field validation to file upload control . so that form should be submitted when the user has uploaded some file.   in simple words, if i have 4 fields in my form along wth the uploader component, while filling the form i want that user must select some file using upload button. else it should ...
    Posted to Ajax Uploader (Forum) by ssjal on January 5, 2009
  • Re: add items programmatically

    Hi,   If you already has a file, you can use this to create a Stream object :   using System.IO;   Stream s=new FileStream(filepath,FileMode.Open,FileAccess.Read,FileShare.Read);   For advanced usage, you can check the (in the downloaded zip ...
    Posted to Ajax Uploader (Forum) by cutechat on September 26, 2009
  • uploadmodule is not installed in the web.config

    Hi,   I've just purchased a domain license and I can't get the demo's to work.   The one I'm looking at is 'Framework 2.0-VB-MagicAjax'. After time spent recoding the web.config file I'm now get the following error when I click either button on the page:   ''UploadModule is not installed into web.config.!'' I'm working on a ...
    Posted to Ajax Uploader (Forum) by fizzystutter on July 24, 2009