Search

You searched for the word(s): upload file
Showing page 49 of 336 (3,355 total posts) < 1 second(s)
  • Re: reading properties of uploaded files

    Dear mulmad,   Please refer to the highlighted 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''>     void InsertMsg(string msg)     ...
    Posted to Ajax Uploader (Forum) by Eric on October 20, 2010
  • Re: How do I customise the Cancel All button

    Please try the following code:   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html xmlns=''http://www.w3.org/1999/xhtml''> <head> <title>PHP ...
    Posted to PHP File Uploader (Forum) by Eric on July 12, 2010
  • Re: File upload name

    Hi CarolynObenberger, You can rename the filename by your own rule when saving For ...
    Posted to Ajax Uploader (Forum) by Jeff on June 28, 2011
  • Upload Same File Problem

    Hi, expert. using  Ajax Uploader  , i meet a problem. when i upload a file, i want to upload it again and save the file at different place. seems the control can't upload second only if i refresh. the page. how can i upload the same file many time.  
    Posted to Ajax Uploader (Forum) by Bevan1982 on February 20, 2014
  • Re: Capture file names of images

    Hi,   It will fire event "UploadImage", you can try the code below, it will changes the upload image name to "cutesoft.jpg".     Protected Sub Editor1_UploadImage(sender As Object, args As UploadImageEventArgs)         args.FileName="cutesoft.jpg"     End ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on August 14, 2015
  • Re: Error 401 when i uploading file on a Sharepoint site

    Solution from Eric in LiveSupport: to change Upload Flash type to Iframe Type Please open CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx and modify the following code: <CE:Uploader id=''InputFile'' runat=''server''></CE:Uploader>  to:  <CE:Uploader id=''InputFile'' runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by Ggiry on October 7, 2010
  • Re: Unable to See "Select File" dialog box

    Adam,   Thanks for replying.   Here's the demowebsite   http://schoolspeak.dyndns.org:10003/Secure/multiple-files-upload.aspx?Community=11111001   This is on a windows 2003 server machine with IIS 6.0   username/password : guest123/guest123   I have set UploadType=''iframe''. The file dialog box ...
    Posted to Ajax Uploader (Forum) by Dev2008 on December 4, 2008
  • Re: Redirect after upload

    Hi,   If you want to pass the file list to another page,   You need store the list of the File Guid , into Session , or Database or somewhere,   And fetch the File Guid in another page, use uploader.GetUploadedFile(guid) to get the file object, and show it .   Regards, Terry  
    Posted to PHP File Uploader (Forum) by cutechat on July 28, 2010
  • Re: Not able to upload .xlsx file in cute editor

    Hi,   Thanks for replying.  I  uploaded the file test.xlsx in folder Azlan (highlighted below in snapshot). but the uploaded file is not available in the Azlan folder even I got the confirmation message that file is uploaded successfully. Please find the below snapshot. Please suggest the appropriate ...
    Posted to Cute Editor for ASP (Forum) by Rakesh692 on March 15, 2013
  • Re: Adding HTML to the file upload list

    Thanks.  This appears to generally be what I am looking for.  However, it does not appear that ClientData is valid in the class AttachmentItemEventArgs, because when I put the method UploadAttachments1_AttachmentAdded(object sender, AttachmentItemEventArgs args) in the code behind, ClientData is not available in the list of methods & ...
    Posted to Ajax Uploader (Forum) by dminds on October 22, 2009
« First ... < Previous 47 48 49 50 51 Next > ... Last »