Search

You searched for the word(s): upload'A=0
Showing page 298 of 656 (6,557 total posts) < 1 second(s)
  • Re: How to set the file names in FileTooLargeMsg property?

    Hi mvjr,   The catch error function will check the file one by one, so it will not get all the large files at the same time. you can catch all upload file size when the user selec the files for upload, then check it by your own code, like below.     ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 5, 2013
  • Re: FLM Error: target length is bigger than file size

    Hi raynovak,   Does it happens all the time? or randomly?   Please download the latest build http://ajaxuploader.com/download/Ajax-Uploader.zip, it support html5 upload mode, I think it will fix this error for this client. Also, you can let this client install the silverlight plug-in for his browser, it should work too. This ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 26, 2012
  • Re: Functionality Questions

    Hi RichD,   1. Does the script send out an email notification when someone uploads a file?   You can add your own send mail function after the file uploaded to achieve this requirement. 2. Is there any sort of backend, or control panel to log into to retrieve uploaded files?   No, the php uploader just the upload control ...
    Posted to PHP File Uploader (Forum) by Kenneth on September 6, 2012
  • Re: FLM Error:12030,

    Well...   For multiple upload, I know there are two possible modes: Flash and Silverlight. We decided forcing using the ''Flash'' mode in our product by explicitly set the property UploadType to CuteWebUI.UploadType.Flash. In that way, we know what customer are using when they complain about the multiple upload (otherwise ...
    Posted to Ajax Uploader (Forum) by pierre on February 7, 2012
  • Re: Duplicate file name bug

    Hi snaack, For now can not get the new name of the duplicate upload the file. I suggest you use the ''CopyTo'' method to save the upload file. In this method you can handle the file name and the file save location. About the same file name problem, please refer to ...
    Posted to ASP Uploader (Forum) by Kenneth on December 28, 2011
  • Re: Friendly File Names

    Hi PeterK, The example below shows you how to custom the queue table, hope it help <?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 ...
    Posted to PHP File Uploader (Forum) by Kenneth on December 22, 2011
  • Re: How to Hide Cancel all Uploads Button

    Hi adyboy369, Please try the following snippet:<?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 ...
    Posted to PHP File Uploader (Forum) by Eric on June 28, 2011
  • Re: Ajax Uploader - ManualStartUpload="true"

    Hi mchamo, First you need to know that, the uploader need to upload the file to the server, so the postback is necessary. If you need user finish some input or  similar situations and than postback to the server. Please try use manually upload. Below is the online ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 15, 2011
  • Re: Need Help !!! Urgent !!

    Dear chintanshah,   uploader.js is obfuscated code and it is only available for source code license user. Please refer to the following snippet to change the UI:   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to PHP File Uploader (Forum) by Eric on April 21, 2011
  • Re: Issue with Word Document Formatting.

    Dear rajmohanp,   Please upgrade to latest version (v6.6) directly. Copying some of files in the installation package of latest version  will lead to more issues. the following is detailed steps: Please follow steps: 1. Backup your website 2. Remove folder ''CuteSoft_Client'' 3. Download cuteeditor for .net, download ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 2, 2011