Search

You searched for the word(s): document
Showing page 39 of 325 (3,244 total posts) < 1 second(s)
  • Re: PhpFileUploader : Ajax Query

    I give some details :This is a form with or without attachments.Without the function setTimeout(), fileguidlist is null. <?php require_once ''../phpuploader/include_phpuploader.php'' ; /*** After the POST ***/ if(isset($_POST['grade'])) {     // Enregistrer les données du formulaire et générer ...
    Posted to PHP File Uploader (Forum) by JML86 on July 19, 2012
  • Re: Manual Upload - So I can upload file and save fields

    Hi derekml, You can find all source code of the demo in the php uploader demo package. Demo package download url: http://www.cutesoft.net/downloads/folders/52443/download.aspx  I also attached the manual start upload example code ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 25, 2012
  • Re: Issues on server, not locally

    Hi RickLeinecker, 1. The file name gets uploaded under a new name such as persisted.4999ce17-0a4c-45e2-a371-fad61db8db8b.5.mp3.resx and then an alert box pops up saying ''Unable to find the uploaded file in directory: c:\inetpub\CollaborationDev\TempUploadDir'' I really need help getting this fixed. Is your server on the load ...
    Posted to Ajax Uploader (Forum) by Kenneth on May 21, 2012
  • Re: Ajax Uploader missed new 3 features...

    Hi Demon1, * Small image preview before start upload or after upload completed  The example below shows you how to generate the preview image after upload ...
    Posted to Ajax Uploader (Forum) by Kenneth on April 6, 2012
  • Re: CuteEditor.Setting["Setting"] Listing

    Hi kumbsky, Sorry, for now have not the document for all the value of method Setting[]. But all the  settings related to the dialog, you can find at http://www.cutesoft.net/developer+guide/  Working with Images Working with Flashes Working with movies Working with Documents Working with ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 18, 2012
  • Re: How can i change the MaxFileLimit by Javascript in runtaime.

    Hi ksanjay, The example below shows you how to handle the max file limit by javascript. In the example below I set the max to 2. <%@ Page Language=''C#'' Title=''Customize the queue UI'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 4, 2012
  • 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: 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: Hide table with class = AjaxUploaderQueueTable

    Hi starrillo, Please try the example below <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 26, 2011
  • Re: How can I throw a server side error if file upload is not successful

    hi RonR, Please try the example below. Upload a large file to fire the error. <%@ 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''>     protected void b1_Click(object sender, ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 5, 2011
« First ... < Previous 37 38 39 40 41 Next > ... Last »