Search

You searched for the word(s): IE 9 upload
Showing page 113 of 656 (6,557 total posts) < 1 second(s)
  • Re: Custom Progress Template - Can I get *minutes* remaining?

    Dear srotkin,   Please refer to the following snippet: <%@ Page Language=''C#'' Title=''Total Progress'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on May 2, 2011
  • Re: need to insert values in database table

    Dear sheik1412,   Please refer to the following two files, if you save these two files, you will can run ajax-multiplefiles.php directly, this example demonstrates how to pass parameter between php uploader and its handler:   Ajax-multiplefiles.php: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php ...
    Posted to PHP File Uploader (Forum) by Eric on March 21, 2011
  • Re: Can we pass custom varaible to uploader handler

    Dear attu143,   You can change     $uploader->UploadUrl=''myhandler.php'';     to $uploader->UploadUrl=''myhandler.php?id=301'';  It will pass the value to handler.   Custom file upload handler If you need further control over the parsing of the file uploading request, you can ...
    Posted to PHP File Uploader (Forum) by Eric on December 24, 2010
  • 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: Getting client path of uploaded files serversided

    Hi,   We are not able to provide the path of the file, because Flash/Silverlight and some browser's <input> do not provide that information.   For client data, you can check this demo :     <%@ Page Language=''C#'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by cutechat on October 19, 2010
  • Re: must specify AllowedFileExtensions

    Dear siwelis,   The following is a full example, please refer to it:   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Eric on February 17, 2010
  • Re: Progress bar in custom queue table.

    Michael Raizman ,   Here is a sample :   <%@ 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 cutechat on November 16, 2009
  • Re: Need to Disable Uploading/Browsing

    cphillips, Here are my suggestions:   1. Detect your user's role.   2. For admin level user, you should allow them to upload/delete/create.   3. For the guest level user, you can show a limited toolbar and disable the upload/delete/create funtions.   3. For the registered user, you can disable the ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 10, 2008
  • Re: Cute Live Support Admin - How?

    stevesal32,   Please login as admin to LiveSupport web application.   Then click the ''Chat admin'' button.   Go to Configuration tab.   >> like the types of files that can be sent while in live support,    Pleae modify the following options:   LiveSupport Allow send file  ...
    Posted to Cute Live Support (Forum) by Adam on December 21, 2007
  • Re: Is this scenario possible ...

    John, 1) I want to give my paying customers (business owners) the chance to create and upload customized information about their business and to upload a business logo image. To handle this, instead of incorporating a textarea or textbox as part of my web form, after gathering basic business info using textboxes, I create a seperate web form page ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 25, 2005