Search

You searched for the word(s): stylesheet
Showing page 6 of 61 (604 total posts) < 1 second(s)
  • 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: 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: 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: 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: Changing filename using AJAX uploader

    Dear cunninw,   Please refer to the following snippet: -- <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to ASP Uploader (Forum) by Eric on March 11, 2011
  • Re: Email notifications?

    Dear seattletype,   Please add the email notification code to the following highlighted place: <%@ 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 February 16, 2011
  • Re: Prompted to overwrite the file

    Dear SergeyC,   Please refer to the following 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''>     void InsertMsg(string msg)     ...
    Posted to Ajax Uploader (Forum) by Eric on February 1, 2011
  • Re: httpwebrequest usage

    Dear soppie,   Yes, you can check the filesize before file is uploaded, the following is example snippet:  <%@ 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''>     void ...
    Posted to Ajax Uploader (Forum) by Eric on December 22, 2010
« First ... < Previous 4 5 6 7 8 Next > ... Last »