Browse Forum Posts by Tags

Showing related tags and posts for the Forums application.

  • Re: The old 4004 Error

    Posted to Upload for Silverlight by jrodgers on Nov 3, 2010
    Hi, Please try method #2 or #3 from this page: http://docs.componentart.com/default.aspx?content=ComponentArt.Web.UI.Silverlight/Upload_QuickStart.htm Use of the asp:Silverlight control in the System.Web.Silverlight assembly is deprecated. Thanks, Jeremy
  • Re: Using custom build file name on the server and retrieving it in Silverlight code

    Posted to Upload for Silverlight by jrodgers on Oct 13, 2009
    Hi, you can send the modified filename back to the client in the Tag property. On the server: private void Upload1_OnUploaded( object sender, ComponentArt.Silverlight.Server.SilverlightUpload.UploadUploadedEventArgs args) { foreach (ComponentArt.Silverlight.Server.UploadedFileInfo oInfo in args.UploadedFiles) { oInfo.Tag = " MyNewFileName.ext "; oInfo.SaveAs(Path.Combine(Server.MapPath(SilverlightUpload1.DestinationFolder), " MyNewFileName.ext "), SilverlightUpload1.OverwriteExistingFiles...
  • Uploader in usercontrol

    Posted to Upload for ASP.NET AJAX by lakpopuri on Sep 23, 2009
    Hi, i kept the single file upload control in usercontrol and loading it multiple times based on the xml file. If i load only once its working file. But when i given 2 in the xml file it loads twice and can't able to find upload progress and even unable to upload file also for second browse one. I think this is cause of script where we are giving control id directly,I cna't change the anchor tag for upload to "runat = server" . Is there any way to change the script files to make...
  • Subject: XML Parsing Error – file upload control

    Posted to Upload for ASP.NET AJAX by rushi on Sep 22, 2009
    When I tried to upload any file using file upload control, it was throwing following error on page: ---------------------------------------------------- XML Parsing Error: no element found Location: http://192.168.101.136:9000/myPage.aspx?CartUploadId=f5bd0067-b99b-4ada-87ba-5df1284c64b7 Line Number 1, Column 1: ----------------------------------------------------- Following setting has been applied in web.config file for file upload control. -----------------------------------------------------...
  • Subject: XML Parsing Error – file upload control

    Posted to Upload for Silverlight by rushi on Sep 22, 2009
    When I tried to upload any file using file upload control, it was throwing following error on page: ---------------------------------------------------- XML Parsing Error: no element found Location: http://192.168.101.136:9000/Portal.aspx?CartUploadId=f5bd0067-b99b-4ada-87ba-5df1284c64b7 Line Number 1, Column 1: ----------------------------------------------------- Following setting has been applied in web.config file for file upload control. -----------------------------------------------------...
  • Need information about browser support

    Posted to Upload for ASP.NET AJAX by startup on Sep 20, 2009
    Which browsers is this upload control supposed to support at current version? I couldn't find this piece of information in the documentation. When I tested it in different browsers, IE and Firefox uploaded successfully but Safari, Opera and Google Chrome failed. (all these browsers are windows 32bit) Online demo gave me the same result.
  • Re: Uploaded files don't appear in uploads directory with IIS7

    Posted to Upload for Silverlight by jrodgers on Sep 4, 2009
    Hi, this bug is fixed in the 2009.2 release.
  • Re: Uploaded files don't appear in uploads directory with IIS7

    Posted to Upload for Silverlight by jrodgers on Aug 5, 2009
    Hi, I have verified this bug and we are working on a solution to it. Thank you for your patience.
  • Re: Uploaded files don't appear in uploads directory with IIS7

    Posted to Upload for Silverlight by martd on Jul 29, 2009
    Any news on this. It's gone awfully quiet. I've still got this problem and I'm still having to get round it by using my adapted Codeplex uploader instead - despite my employer having paid for a UI Framework 2009.1 licence!
  • Re: Uploaded files don't appear in uploads directory with IIS7

    Posted to Upload for Silverlight by martd on Jul 21, 2009
    I gave both NETWORK SERVICE and Everyone write permission. The 'uploaded' files do not appear in my uploads directory (I set both TempFileFolder="~/uploads" and DestinationFolder="~/uploads"). Setting DebugMode on the web control has no effect at all. Here's my aspx page code: &lt%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CAUploaderTestPage.aspx.cs" Inherits="CAUploader.Web.CAUploaderTestPage" %> &lt...
Page 1 of 3 (21 items) 1 2 3 Next >