Search

You searched for the word(s): language
Showing page 39 of 43 (424 total posts) < 1 second(s)
  • Re: Hide browse button for UploadPersistedFile control

    Here you go. It's the complete xml code for the user control: <%@ Control Language=''C#'' AutoEventWireup=''true'' CodeBehind=''ImageUploader.ascx.cs'' Inherits=''CatenaLogic.Website.Controls.ImageUploader'' %> <div class=''imageUploader''>     <%-- Image --%>     <asp:Image ...
    Posted to Ajax Uploader (Forum) by CatenaLogic on October 5, 2008
  • Re: Unable to See "Select File" dialog box

    Can you try the following code?   <%@ 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 December 4, 2008
  • Re: Files not uploading in Safari on Apple computers

    Hi MarjaR, Is your site online? If so, can you send me the uploader page url and show me the full steps to reproduce this issue? I will check it and get back to you as soon as possible. Is your site using window authentication? Is your site on the load balancing, web farm, cloud environment? Can you reproduce this issue with ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 13, 2012
  • Re: Uploader not working in Firefox 3.6.6 at all

    Hi all, My client is Win 7 Enterprise edition, application running on Windows 2003 with ASP 2.0 (webhosting).It used to work fine for a long time, but not working since last updates. Your suggestion to updgrade Silverlight to 4.0 version might a workaround for me (if it will help) but not for users running my application. I cannot force ...
    Posted to Ajax Uploader (Forum) by dave12 on June 30, 2010
  • Upload Images to Folder

    Hello: When I upload an image file, the upload starts and i see the checkmark next to the file name that shows the upload was completed. However when I go to the folder the that the images should be in; nothing is there. Here is my code:   <%@ Page Language=''C#'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
    Posted to Ajax Uploader (Forum) by LVWiseguy on July 23, 2012
  • Re: How do I code for single file manual upload?

    Hi dmathews, The example below shows you how to get the file info after uploaded. <%@ Page Language=''C#'' %><%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 12, 2012
  • CuteWebUI_AjaxUploader_OnStart() Not being called!

    Hello, I'm working on using the uploader in an MVC application and one of the things we need to do is disable some things on the page while an upload is occuring.   I read other posts saying to use the  CuteWebUI_AjaxUploader_OnStart() function but it isn't being called!    the OnStop function is not being called either. ...
    Posted to Ajax Uploader (Forum) by patriciav on August 18, 2009
  • Re: Semi-Colon in filename

    Hi ChrisThomas,   I can not reproduce this issue, the file name(080617-Robertson FM & KM-Pre Review Questioinnaire.pdf) works fine for me.   Please try this example:   <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 5, 2009
  • Re: "File Browsing has been blocked." inside AJAX TabContainer

    Hi Terry,   it seems to be a bigger problem because after Postback always the message ''File Browsing has been blocked.''  That's not good. Please test my new code below:   <%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''Upload.aspx.vb'' Inherits=''Upload'' %> <%@ Register ...
    Posted to Ajax Uploader (Forum) by Dev65 on December 3, 2008
  • Re: FileUploaded event did not fire when file uploaded successfully !

    Hi acomas ,   please test this code <%@ 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''>     Protected Sub uplader1_FileUploaded(ByVal sender As Object, ByVal args As ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 8, 2008
« First ... < Previous 37 38 39 40 41 Next > ... Last »