Search

You searched for the word(s): upload file
Showing page 23 of 336 (3,355 total posts) < 1 second(s)
  • Re: Not able to upload some PDF files

    Here is an exemple of the problem. It's derived from simple-upload-UI.aspx.   Modification of simple-upload-UI.aspx : The forms begins now with a simple button. All the old part of the form is placed into a MultiView/View. Initialy, the multiview have its visible attribute set to false. The callback of the first button sets ...
    Posted to Ajax Uploader (Forum) by Titou on November 7, 2008
  • Re: Upload start automatically after selecting an invalid file (e.g. larger than limit) even upload mode is set to manual

    Thanks a lot, it is solved now.  Also there is another issue, in the manual mode the CuteWebUI_AjaxUploader_OnStop method only fires when user clicks the cancel button and not after the uploads are finished. However we found a work around for it for now.  Regards,Soheil Mokhtari
    Posted to Ajax Uploader (Forum) by Soheil on May 7, 2010
  • Re: Progress bar and uploaded file name box dessapear

    Hi calwest0,   Can not keep the progress bar, it only use for file uploading status. If you want to show the upload file info after uploaded, you can use the "UploadAttachments", like below.         <CuteWebUI:UploadAttachments ID="Attachment1" runat="server" >       ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 8, 2013
  • Re: Passing file name to other php

    Hi sschuaer513, Please open example page ''form-keepingstate.php'' , it shows you how to get the actual upload file name. The section below if(count($files)>0) {     echo(''<table style='border-collapse: collapse' class='Grid' border='0' cellspacing='0' cellpadding='2'>'');     foreach($files ...
    Posted to PHP File Uploader (Forum) by Kenneth on October 12, 2011
  • Re: upload button is disabled for 5 seconds & we cannot multiselect files

    Dear Ata,   1. upload button is disabled for 5 seconds. It can be clicked 5 seconds after the page is loaded. A: When the page is loaded, the uploader need load 100K script. After the script runs,the script will disable the button, and load the Flash or Silverlight. If Flash/Silverlight can't be loaded by an unknown reason, the script will ...
    Posted to Ajax Uploader (Forum) by Eric on September 19, 2010
  • Re: Image upload issue

    Please check http://cutesoft.net/developer+guide/scr/Medium-Trust-Environment.htm . If you are using web farm, please follow steps: In web farm environments, the Url that you specify must map to a central location, which is saved to by all servers in the farm. This can be done using a virtual directory that maps to a common shared folder ...
    Posted to Cute Editor for .NET (Forum) by Eric on August 26, 2010
  • 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
  • Re: Changing filename using AJAX uploader

    Dear cunninw,   Please refer to the following snippet: -- <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to ASP Uploader (Forum) by Eric on March 11, 2011
  • Re: Email notifications?

    Dear seattletype,   Please add the email notification code to the following highlighted place: <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Eric on February 16, 2011
  • Re: Upload Events

    dkyle, Please use the following event:   UploaderBase.FileUploaded Event fired when a file are uploaded and validated [Visual Basic] Public Event FileUploaded As UploaderEventHandler [C#] public event UploaderEventHandler FileUploaded; Event Data The event handler receives an argument of type UploaderEventArgs ...
    Posted to Ajax Uploader (Forum) by Adam on May 12, 2008
« First ... < Previous 21 22 23 24 25 Next > ... Last »