Search

You searched for the word(s): font
Showing page 64 of 216 (2,157 total posts) < 1 second(s)
  • Re: Problem with mysql insert

    Hi Sangsom,   What you changed in the Common.config? What you want to achieve with it?   Try add a textbox in your page, andd type the content below into the textbox, then get the value and save it into the db, does it get any problem? If you get the same problem with it, then you should check your db setting of the insert code, ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on September 18, 2012
  • Re: CuteEditor page breaker

    Hi Penyo,   It works fine for me.    I go to  http://www.cutesoft.net/asp/EnableAll.asp, clean all content, then put the html code below into editor. Then click on the print button of the editor toolbar. It separates the page correct in the print ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on August 28, 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: 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: 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: Upload to virtual directory?

    Hi GenNS, Yes, this can be implemented.You can follow steps:1. Open IIS2. Navigate to the site which contains the ASP Uploader3. Create one virtual directory ''savefoldervirdir'' and let it point to the destination folder4. Save the following code to test.asp:<%@ Language=''VBScript'' %> <!-- #include ...
    Posted to ASP Uploader (Forum) by Eric on June 28, 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 can I make the text property render html?

    Hi davideo7, You should encoding you html and than paste into editor. Please try the example below. <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html>         <head>         <link rel=''stylesheet'' href=''php.css''  ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on June 5, 2011
  • Re: The original name of the uploaded file

    Dear illaki,   Please test the following snippet, it returns the original file name:   <%@ 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 Eric on June 1, 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
« First ... < Previous 62 63 64 65 66 Next > ... Last »