Search

You searched for the word(s): upload'A=0
Showing page 131 of 656 (6,557 total posts) < 1 second(s)
  • Re: Server side exception : failed to image_name.jpg

    Dear Lorenzo,   Temporary directory setting:    1. Open cuteeditor_files\Dialogs\phpuploader\include_phpuploader.php         Search the following function in this file:         function _InternalGetFile($guid,$checkValidated)     ...
    Posted to Cute Editor for PHP (Forum) by Eric on November 22, 2010
  • Re: get client path of image

    HI krm0503,   There are two example, please create a folder name ''Uploads'' under the root of your site to start test the examples.   1 will update the images every uploaded   <%@ Page Language=''C#'' %>      ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 17, 2010
  • Re: How can I change the tooltip (for i18n) for the red remove icon and the green uploaded successfully icon ?

    You can create one customization queue table, the following is one runnable example, you can cusotmize based on this example: <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML ...
    Posted to Ajax Uploader (Forum) by Eric on August 18, 2010
  • Re: Prérequis PhpMyUploader

    Dear Customer,   1. If Uploader detects SilverLight is installed on your PC, It will use the SilverLight solution.   2. If Uploader detects Flash is installed on your PC, It will use the Flash solution.   3. If Uploader detects Iframe is supported on your Browser, It will use the Iframe solution.   4. Uploader will ...
    Posted to PHP File Uploader (Forum) by Eric on June 28, 2010
  • Re: Creating Categories

    Lew: I am new to this program and have a question. I have the 'default' category and I am able to upload, no problem. What I need to be able to do is create a new 'category', but I keep getting an error when I enter a new category name. I am able to rename the default name (default). Is there something I'm missing? I want to upload images from a ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on May 19, 2010
  • Re: Automatic image resize

    Dear oleko,   If you set:                   GalleryBrowser1.UploadLimitMode=GalleryUploadLimitMode.Resize;                   GalleryBrowser1.MaxImageFileSize=1000; When ...
    Posted to ASP.Net Image Gallery (Forum) by Eric on April 12, 2010
  • Re: AjaxUploader Thumbnail image

    Dear greyhound,   You can do this in event FileUploaded        <CuteWebUI:UploadAttachments ID=''attachment1'' runat=''server'' OnFileUploaded=''attachment1_FileUploaded'' TempDirectory=''~/haha''>         </CuteWebUI:UploadAttachments>     protected ...
    Posted to Ajax Uploader (Forum) by Eric on December 29, 2009
  • Re: Inserting PHP code store database

    Hi,   In php uploader , the steps of a upload is :   1 - Render the uploader   2 -uploader upload a file to server side handler , and return a GUID   3 - uploader prepair all GUIDs for files in client side , and fire the postback event   4 - on the postback event ,  developer can do these solutions ...
    Posted to PHP File Uploader (Forum) by cutechat on October 18, 2009
  • Re: Javascript calls.

    Mike,   The JavaScript API is here.   http://ajaxuploader.com/document/index.htm#page=JavaScript-API.htm   >>>I would like to be able to call the upload directly without clicking on the button your control renders. In Javascript? The Javascript events help from there.   I don't think it's possible to call the ...
    Posted to Ajax Uploader (Forum) by Adam on May 21, 2009
  • Re: How to scan uploaded files with Anti-Virus?

    kitsolutions-dev,   I don't think it is an easy job.   1. Implementation.   a. Create a custom dialog to handle this special upload function b. Find an anti virus softwares you want to use and understand its API. c. Write your own .NET code to call the scan function when uploading process is done.   2. ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 2, 2009