Search

You searched for the word(s): form
Showing page 53 of 300 (2,996 total posts) < 1 second(s)
  • Re: New version of ASPUploader

    Hi,   The latest build of the asp uploader is 2012-11-13. You can get your version info by querystring "UploaderDebug=1".   For example http://aspuploader.com/demo/form-multiplefiles.asp?UploaderDebug=1, you will get the debug window at top right. the debug window will shows you the date info. We did not do a big update of ...
    Posted to ASP Uploader (Forum) by Kenneth on July 4, 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: Error - Unknown result

    HI rathiDigimagic,   Do you get this error with speical file/size/extension? Or it is a randomly problem?   Please set  UploadType to iframe and set UploaderDebug to 1 then try again. what error message you get form the debug window?           <CuteWebUI:UploadAttachments ID="uploader1" ...
    Posted to Ajax Uploader (Forum) by Kenneth on April 1, 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: How can i avoid that the page do PostBack after to upload a file?

    Hi Vizzent, If your want to submit the data and upload file at the same time, please use start upload manually example http://phpfileuploader.com/demo/form-manualstart.php   And please try the example page below, it does not do the post back after file upload <?php require_once ...
    Posted to PHP File Uploader (Forum) by Kenneth on March 13, 2012
  • Re: how rename for files at display level(useri nterface)

    Hi sruthi123, You can custom the queue table to achieve it. The examle below show you how to do that. <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Kenneth on January 18, 2012
  • Re: Uploaders appears to stop running at Render() statement

    Hi bbaldrober, Can you create an example page which can reproduce this issue, and send it to Kenneth@CuteSoft.net? I will check it and get back to you as soon as possible. Does the example page below works for you? <%@  language=''VBScript'' %><!-- #include file=''aspuploader/include_aspuploader.asp'' ...
    Posted to ASP Uploader (Forum) by Kenneth on December 27, 2011
  • Re: Styling attachments table

    Hi Jerry2, Try the example below <%@ Language=''VBScript'' %><!-- #include file=''aspuploader/include_aspuploader.asp'' --><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''><html xmlns=''http://www.w3.org/1999/xhtml''><head> <title> Form - ...
    Posted to ASP Uploader (Forum) by Kenneth on December 22, 2011
  • Re: Passing file name to other php

    Hi sschuaer513, Please open example page ''form-keepingstate.php'' , it shows you how to get the actual upload file name. The section below if(count($files)>0) {     echo(''<table style='border-collapse: collapse' class='Grid' border='0' cellspacing='0' cellpadding='2'>'');     foreach($files ...
    Posted to PHP File Uploader (Forum) by Kenneth on October 12, 2011
  • Re: Email Confirmation

    Hi Rosminicollege,  At client side   <script type='text/javascript'>     function CuteWebUI_AjaxUploader_OnTaskComplete(task)     {        //fire when upload complete     }     </script> At server side Please refer ...
    Posted to PHP File Uploader (Forum) by Kenneth on September 26, 2011
« First ... < Previous 51 52 53 54 55 Next > ... Last »