Search

You searched for the word(s): upload
Showing page 3 of 656 (6,557 total posts) < 1 second(s)
  • Re: Upload start automatically after selecting an invalid file (e.g. larger than limit) even upload mode is set to manual

    Hello and thanks for your reply. Maybe I didn't make myself clear. Actually by an invalid file I meant an unacceptable file (a file with extension other than those defined in ValidateOption tag or bigger than MaxSizeKB).  Here is the [trimmed version of] code. To simulate my problem add a file,  and then add another file (larger ...
    Posted to Ajax Uploader (Forum) by Soheil on May 4, 2010
  • Re: Customize "Upload" button behavior in Insert Image dialog box

    Hi qsun, The code below shows you how to handle the click envet of the upload button. And how to change the upload file name. The red code is what I added into the ''insert image'' dialog page <%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' EnableViewState=''true'' %> <%@ Register TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 24, 2011
  • Re: Determining if upload is in progress

    Hi Geminior, Please refer to all javascript API here http://www.ajaxuploader.com/document/scr/JavaScript-API.htm CuteWebUI_AjaxUploader_OnProgress and  CuteWebUI_AjaxUploader_OnStart should work for you EventsDescriptionCuteWebUI_AjaxUploader_OnInitializeFires when an Ajax Uploader is fully ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 16, 2011
  • Re: how can i change filename after upload

    Hi kambak,   1. you can handle the upload file name by method ''CopyTo''. The example page below shows you how to handle the upload file store location and the new file name.     <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ...
    Posted to ASP Uploader (Forum) by Kenneth on August 16, 2012
  • Re: Manual upload with visible="false"

    Ken,  I apologize, that i don't clearly explained what i mean.   Here is the code.   There are 3 elements of  CuteWebUI:Uploader with ID "fileinput1", "fileinput2" and "fileinput3".   Element with ID "fileinput1" has an attributeVisible="False". Other elements ...
    Posted to Ajax Uploader (Forum) by AlxReiter on November 15, 2012
  • Re: How to upload image with out admin console.

    Hi Ken Yes by using the console and selecting a particular category we can upload the images. My question was how we can do that with out using the console.Im storing all the categoryid and name in my database.Im displaying all the  category created by the user in a datagrid or gridview.Now i want show a upload ...
    Posted to ASP.Net Image Gallery (Forum) by Sekhar on May 18, 2011
  • Re: How can i avoid that the page do PostBack after to upload a file?

    Hi Vizzent, If your want to submit the data and upload file at the same time, please use start upload manually example http://phpfileuploader.com/demo/form-manualstart.php   And please try the example page below, it does not do the post back after file upload <?php require_once ...
    Posted to PHP File Uploader (Forum) by Kenneth on March 13, 2012
  • Re: Upload to virtual directory?

    Hi GenNS, Yes, this can be implemented.You can follow steps:1. Open IIS2. Navigate to the site which contains the ASP Uploader3. Create one virtual directory ''savefoldervirdir'' and let it point to the destination folder4. Save the following code to test.asp:<%@ Language=''VBScript'' %> <!-- #include ...
    Posted to ASP Uploader (Forum) by Eric on June 28, 2011
  • Re: Hiding UI after Upload

    Dudi44: Hi! I'm uploading a CSV file and importing some of the uploaded file's data into a DB based on certain criteria, all in one go. Once uploaded, I need to hide the Upload UI before starting the import and give the user notification that the upload is finished and the import is starting. Not sure how to do this and any help will be ...
    Posted to Ajax Uploader (Forum) by Kenneth on May 25, 2010
  • Re: Increase Max Upload Folder size?

    covalense,   You can easily limit the size of image upload folder using the following methods:   1: Edit security policy file. 2: Programmatically limit the size of the image upload folder   The security policy file (default.config, admin.config and guest.config) can be found in the ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 3, 2007