Search

You searched for the word(s): table
Showing page 49 of 255 (2,541 total posts) < 1 second(s)
  • Re: Komments (guest)

    Hi kjell.ek,   Please open file  E"\CuteSoft_Client\Gallery\Share\Popup\Dialogs\comments.htm" and delete all the content of it. Then use the code ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on June 7, 2013
  • Re: Cancel the browse dialogue

    Hi Andy,   Please try the way below. handlebrowse will fire when the user click on the uploader button, you can achieve your own logic in ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 28, 2012
  • Re: access db is not write

    Hi hackerim, Please refer to example page ''form-keepingstate.asp'', in this example it shows you how to get the upload file name by classic asp code. Then you can save it it database there. What I mean is the code below. mvcfile.FileName  is the original file name. You can save it there. <%Dim ...
    Posted to ASP Uploader (Forum) by Kenneth on July 13, 2012
  • Re: How to add drop down buttons for tables, forms, and paste like in "Forums"

    Hi dd99, 1. Open file ''\cuteeditor_files\Configuration\AutoConfigure\Default.config'' (Default.config is the default setting, if you using others, please change the file to yours)  2. Add the section below into the file above  <item type=''dropmenu'' name=''Paste'' group=''PasteGroup''/><item type=''dropmenu'' ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on February 21, 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: 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: How to get file detail info like ImageWidth?

    Hi RaymondC,   Please refer to http://ajaxuploader.com/Demo/Ajax-based-user-profile.aspx, the following is its source 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''>   ...
    Posted to Ajax Uploader (Forum) by Eric on June 16, 2011
  • Re: How to insert a complete message to the script after done it ALL the uploads?

    Dear ahcool82,   Please refer to 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 May 21, 2011
  • Re: setHTML is not working in IE6

    Dear sridharRepala,   I tested the following snippet in ie6.0, it works fine:   <!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html>      <head>   </head>  <body>   <table cellspacing=''0'' cellpadding=''3'' width=''800'' ...
    Posted to Cute Editor for ASP (Forum) by Eric on May 13, 2011
  • Re: Adding a custom button to CuteEditor

    Dear Romain,   Jeffery135's solution works fine, you can also try the following snippet: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     ...
    Posted to Cute Editor for .NET (Forum) by Eric on March 2, 2011
« First ... < Previous 47 48 49 50 51 Next > ... Last »