Search

You searched for the word(s): language
Showing page 23 of 43 (424 total posts) < 1 second(s)
  • Re: UploadAttachments doesn't update the page when finished uploading

    Does the following code work in your server?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' ...
    Posted to Ajax Uploader (Forum) by Adam on April 15, 2009
  • Re: Browse button stop working suddenly!

    Hi cassini,   Please test this example:   <%@ Page Language=''VB'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>     Private Sub InsertMsg(ByVal msg As ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 6, 2008
  • Re: Clicking on the Upload button gives 'Object Expected' error

    >> it because our application is not Ajax enabled?   This issue is not related to ajax at all.     Can you try the following code?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> ...
    Posted to Ajax Uploader (Forum) by Adam on December 4, 2008
  • Re: File not uploading

    Can you save the following code as an ASPx page and run it on your server?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' ...
    Posted to Ajax Uploader (Forum) by Adam on May 29, 2008
  • Re: Set properties of que list when uploading manually

    b-man,   You can't change the position of the buildin cancelall button.   Here is an example to make another button ...
    Posted to Ajax Uploader (Forum) by cutechat on March 10, 2009
  • Re: Button to select files for uploading unavailable in IE

    Hi. I'm also experiencing this same issue with IE when I've deployed the web application to the web server. The weird think is that it's running ok in my development machine, and it also works fine in both machines, the development one and the server, with Opera, Firefox and Safari, but accessing using IE to the application ...
    Posted to Ajax Uploader (Forum) by tandem on July 19, 2012
  • Re: Select multiple file don't work !!!

    ALSO THIS SIMPLE CODE NOT WORK :   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' runat=''server''>  <CuteWebUI:Uploader ...
    Posted to Ajax Uploader (Forum) by bruognololuca on June 30, 2009
  • Re: Error: Unknown result

    Hi MarjaR, Can you create a page by the code below? Does it get the same problem? <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 28, 2011
  • Re: Custimazion in Progress bar info

    Dear I  make a same function and it is firing but it will not displaying the Progress so please check whats worn in this code   <tr valign=''top'' align=''left''> <td> <div id=''queuediv'' style=''display: none;''> <div id=''queuedivtablecontainer''> </div> <panel id=''Panel1'' ...
    Posted to Ajax Uploader (Forum) by jainpraveen75 on April 16, 2010
  • Re: Multiple Select Files button not being displayed in Safari

    Hello   We are experiencing the same issue. ajaxupload version: 2.0 20090317 safari 3.2.1 (4525.27.1) MAC OS X version 10.4.11 With standard code:   <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> <meta ...
    Posted to Ajax Uploader (Forum) by limestone on April 1, 2009
« First ... < Previous 21 22 23 24 25 Next > ... Last »