Search

You searched for the word(s): CuteWebUI
Showing page 40 of 113 (1,122 total posts) < 1 second(s)
  • Re: 500 Internal Server Error

    Hi willem321, I just downloaded the CKEditor 3.6.2 and tested with AjaxUploader, it work fine. I did not get any error. Below is my test page ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 26, 2012
  • Re: Error when installaing ajax uploader!

    I did that, below is my web.config:   <?xml version=''1.0''?> <configuration>   <system.web> <authentication mode=''Forms'' /> <compilation debug=''true'' strict=''false'' explicit=''true'' > <assemblies> <add assembly=''System.Design, Version=2.0.0.0, Culture=neutral, ...
    Posted to Ajax Uploader (Forum) by cassini on December 2, 2008
  • Re: urgent: URL rewriting not supported

    Stuart,   We are investigating this issue.   I need your help to do some tests.   1.   Add the following entry into web.config file: <add key=''CuteWebUI.AjaxUploader.RewritePath'' value=''False'' />   2.   Add the following entry into web.config file: <add ...
    Posted to Ajax Uploader (Forum) by Adam on April 6, 2009
  • Re: upload works on dev server, not on production server

    And here's the full markup of the upload page: <%@ Page Title='''' Language=''C#'' MasterPageFile=''~/Main.master'' AutoEventWireup=''true'' CodeFile=''Upload.aspx.cs'' Inherits=''Viewpoints.admin_ScenarioImport_Upload'' %> <%@ Register  TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> ...
    Posted to Ajax Uploader (Forum) by rberman on June 4, 2010
  • Re: (File dialog has been blocked) while trying to Upload files

    Copy and paste this. Scroll to the very bottom of the page. Click on the button ''show modal'',and the tabs will appear. Click on the upload button now and you will see the bad block message. We can see that the green mask is right above at the top of the screen. If we scroll up and try again it works.  Let me know if you want ...
    Posted to Ajax Uploader (Forum) by luci on September 2, 2009
  • Re: Cant get Ajax Uploader to work with asp.net 4 and IIS 7

    Sorry Eric there is nothing wrong with the deployment, you missed all my posted here, if you please look at my first post or my second? Also that link is missing the header assembly reference, that you need to get this to work.   <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by ThomaxVision on September 29, 2010
  • Re: A few questions..

    Ok, nvm..  The reason it wasn't working was because of the..System.Drawing.Image postedImage = System.Drawing.Image.FromStream(args.OpenStream());   I have changed the method to that below and everything seems to be working much better. I'm going to test this out with large files (120meg) and if it works.. $$ is on the ...
    Posted to Ajax Uploader (Forum) by kbranden on January 23, 2012
  • Re: Invalid postback or callback argument

    spudcud,   Did you create a virtual directory when testing?   If so, can you check your web.config file and make sure you have the following code in the <system.web> section?     <httpModules>       <!-- MagicAjax is used in ASP.NET 1.1 examples. ...
    Posted to Ajax Uploader (Forum) by Adam on July 28, 2008
  • Unable to cast object of type ‘System.Boolean’ to type ‘CuteWebUI.UploadModule’

    Getting this error right after file upload completes.. Then the uploaded file is flagged as 'Cancelled' Unable to cast object of type ‘System.Boolean’ to type ‘CuteWebUI.UploadModule’     Any ideas? 
    Posted to Ajax Uploader (Forum) by djtodd on January 12, 2016
  • Re: Upload Module is not installed into Web.Config !

    Shaitender,   Are you using IIS7 ?   http://ajaxuploader.com/Deployment.htm   <configuration>   <system.webServer>     <modules>       <add name=''CuteWebUI.UploadModule'' type=''CuteWebUI.UploadModule,CuteWebUI.AjaxUploader''/>     ...
    Posted to Ajax Uploader (Forum) by cutechat on August 3, 2009
« First ... < Previous 38 39 40 41 42 Next > ... Last »