Search

You searched for the word(s): error
Showing page 221 of 969 (9,685 total posts) < 1 second(s)
  • Re: Large File Upload

    Hi jmoseley,   You can try the example below, it support resume. Note that, the resume function is  based on the silverlight plug-in, so you need to set the upload type to silverlight and the browser must has the silverlight plug-in ...
    Posted to Ajax Uploader (Forum) by Kenneth on July 1, 2013
  • Re: What browser settings need to be on for this to work

    Hi shaunw,   1. Multiple files select issue.   The multiple files select function is based on html5/silverlight/flash plug-in of the browser, please ensure that his IE 8 has silverlight or flash plug-in install.   Let your client try on demo page http://aspuploader.com/demo/form-multiplefiles.asp, if this demo page works ...
    Posted to ASP Uploader (Forum) by Kenneth on April 12, 2013
  • Re: List regists by date decreasing

    Hi,   Please try the new example below, the red code is what I am changed.   T<%@ Language="VBScript" %> <!-- #include file="aspuploader/include_aspuploader.asp" --> <html xmlns="http://www.w3.org/1999/xhtml"> <head>       <title>         ...
    Posted to ASP Uploader (Forum) by Kenneth on November 14, 2012
  • Re: Handle FileTooLarge, MaxFilesLimit and FileTypeNotSupport Message Client-Side

    Hi anloboz,   For now can not catch the  "MaxFilesLimit" error at client side. Sorry for your inconvenience.   maybe you try try another way to limit the max files, like below. Then you can handle it at client side.    <script type="text/javascript"> function ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 10, 2012
  • Re: Custom validation before uploading files

    Hi Pbanerji,  1) allow users to select the files for upload Can you explain it in detail? by default the uploader allow user to select files for upload. 2) do custom validation and allow user to enter additional meta data about the files The example below shows you how to add the additional data <%@ Page ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 29, 2011
  • Re: write additional form data including filename an folder (per image uploaded) to a database

    Hi PKKSW, Please test the example below Mehtod CuteWebUI_AjaxUploader_OnPostback() will fire after all file upload complete. The red code shows you how to get the file info what you need to save into database.(two places can get it) <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' ...
    Posted to ASP Uploader (Forum) by Kenneth on May 17, 2011
  • Re: Demo .Lic File not found in Cloud environment i.e. (MS Azure)

    Dear brijeshshah123, You need create bin folder in your cloud host, the license file should be copied to this bin folder, if license file is not found in ''bin'' folder, ajax uploader will throw error. You can contact your cloud host vendor and ask about how to create application or virtual directory in the cloud host.  Hope it ...
    Posted to Ajax Uploader (Forum) by Eric on March 25, 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: AjaxUploader stopped working :(

    Dear GenNS, This is not a limitation of demo mode. The download version is full feature and it is using 30 days temporary license, once license is expired, it will throw error message. What's the ajax uploader access url on your website? You can post it here or send it to eric@cutesoft.net, we will have some check. Thank you for ...
    Posted to Ajax Uploader (Forum) by Eric on March 18, 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