Search

You searched for the word(s): language
Showing page 8 of 43 (424 total posts) < 1 second(s)
  • Re: Access Denied When Trying To Upload File

    Please try the following code:   <%@ Page language=''c#''%>   <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %>   <html>    <head>   </head>   <body> ...
    Posted to Ajax Uploader (Forum) by Adam on June 18, 2009
  • Re: temp file path

    It works for me.   I am using the following code:   <%@ Page Language=''VB'' %>   <script runat=''server''>       Protected Overloads Overrides Sub OnInit(ByVal e As EventArgs) ...
    Posted to Ajax Uploader (Forum) by Adam on June 1, 2009
  • Re: MaxFilesLimit javascript

    Hi,   Currently not.   But you can use the CuteWebUI_AjaxUploader_OnSelect event to do custom limitation.   Please check this sample ...
    Posted to Ajax Uploader (Forum) by cutechat on April 17, 2009
  • Re: Hide Browse Button

    TML:   If you are using AJAX , you can just hide the uploader of the FileUploaded event.   If not, this code may help you ...
    Posted to Ajax Uploader (Forum) by cutechat on March 26, 2009
  • Re: modify output table

    Hi,   Please try this code :     <%@ Page Language=''VB'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Ajax Uploader (Forum) by cutechat on December 18, 2008
  • Re: JavaScript Error Object required

    Hi, Yes I'm using  AjaxControlToolkit on my page and this is page source; <%@ Page Language=''C#'' AutoEventWireup=''true'' CodeBehind=''GlownaSkanowanie.aspx.cs'' Inherits=''Projekty.GlownaSkanowanie'' %> <%@ Register Assembly=''AjaxControlToolkit'' Namespace=''AjaxControlToolkit'' TagPrefix=''cc1'' %> <%@ Register ...
    Posted to Ajax Uploader (Forum) by cesbart on July 29, 2009
  • Re: FileValidated vs. FileUploaded events

    Rob,   You can't update the server UI at the FileValidating event.   Uploader provide a method to let you send some data to cient side, and then update the UI via JavaScript   Please check this sample:   <%@ Page Language=''C#'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register ...
    Posted to Ajax Uploader (Forum) by cutechat on November 11, 2009
  • Re: Change image in result table?

    Hi,   You can draw another table :   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Ajax Uploader (Forum) by cutechat on October 23, 2009
  • Re: Progress bar uploading information language

    In what event do I set the property in code behind tried Page_Load Uploader1_PreRender Uploader1_Init Uploader1_DataBinding   None of the above seems to work it only work if set in the property window Uploader1.ProgressTextTemplate = ''%F%.. %P% %SEND%/%SIZE% , %KBPS% , %T% seconds ttest  left''Thanks  
    Posted to Ajax Uploader (Forum) by wassimsa on May 29, 2009
  • Re: DateTime not supported

    That's what raises after setting Chrome's language to Arabic and selecting an image to upload:   [LicenseException: The License for AjaxUploader is not valid.   You are using a domain license file.   The domain name in the license file doesn't match the actual domain name (localhost) of the web ...
    Posted to Ajax Uploader (Forum) by Twinbody on August 13, 2016
« First ... < Previous 6 7 8 9 10 Next > ... Last »