Search

You searched for the word(s): IE 9 upload
Showing page 78 of 656 (6,557 total posts) < 1 second(s)
  • Re: Image upload file browser window doesn't appear

    Hi Ken,   I've tested from Firefox on my machine (can't get to my colleagues machine at the minute).   Whilst the file browser window doesn't appear on my app in FF, the file browser window does appear on the cute example screen.   Unforunately, there's no javascript or compile errors.   Do you think this ...
    Posted to Cute Editor for .NET (Forum) by Luminousc on February 11, 2009
  • Re: Image Upload Problem

    Hi Adam   As far as i can make out (still getting used to IIS7) all files and folders have read and write permissions. As i said in my post the database demo is writing to the db from the text editor so this suggests permissions are ok.   Is there a configuration file i need to set before it will work? All i have done so ...
    Posted to Cute Editor for ASP (Forum) by chillipeppa on June 28, 2007
  • Re: images upload problem!! urgent!!

    <% Set Editor = New CuteEditor  Dim temp_styledropdownMenuNames, temp_styledropdownMenuList, temp_snippetDropDownMenuNames, temp_snippetDropDownMenuList, temp_imagesDropDownMenuNames, temp_imagesDropDownMenuList temp_styledropdownMenuNames = ''redcolor,boldgreen,highlight'' temp_styledropdownMenuList = ...
    Posted to Cute Editor for ASP (Forum) by ragious on September 2, 2005
  • Re: Upload Dialog box is not opening in IE7

    This error is being displayed in a javascript alert box with the exact message as described above. I am getting this when I click on the button to select the image to upload. It does not happen on your demo. Are yo running 2.0 or 1.1 .net framework? We are running 1.1 framework.   I guesss you only need to look through your code to find ...
    Posted to Ajax Uploader (Forum) by dgilgallon on October 30, 2008
  • Re: Upload button does not work after first postback.

    I can't seem to reproduce this using a sample page and the page that I have is probably a bit big to post here. However, I have a new clue. When the page first loads, if I right click on the upload button, it says silverlight. However, after the postback, it no longer says silverlight.
    Posted to Ajax Uploader (Forum) by Chris928 on July 18, 2012
  • Re: I want to upload... web files..

    Hi insk,   For security reason, the uploader control does not allow to upload .php/.asp/.aspx file, it is hard code in the dll file, so has not the property to enalble it for now, sorry for your inconvenience.   Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on May 10, 2013
  • Re: Current Upload Count

    Hi FusionImaging,   You can get the total count of each upload in event "UploadCompleted". Then add all together.    protected void uploader1_UploadCompleted(object sender, UploaderEventArgs[] args)     {         //args.Length     }   Regards,   Ken  
    Posted to Ajax Uploader (Forum) by Kenneth on October 26, 2012
  • Re: Simple Upload not working in IE7

    ok..i added the following to the web.config to set the TempDirectory   <add key=''CuteWebUI.AjaxUploader.TempDirectory'' value=''~/UploaderTemp'' />   I then went  in to this directory and gave ASPNET and the network service full access can i still get the error message.  It's still puzzling that it all works fine ...
    Posted to Ajax Uploader (Forum) by ssecor on January 2, 2009
  • Re: Can ajax upload file to a controller instead of uploadHanler.ashx?

    Hi. Terry. It works, thank you for your quick support. But I like to do little further. In the controller I got an action.   [HttpPost] public ActionResult UploadHandler(string description) {       CuteWebUI.MvcUploader uploader = new ...
    Posted to Ajax Uploader (Forum) by ThangLe on November 20, 2012
  • Re: 5-second delay before upload button available

    Thanks for the response Terry.  I read some other posts and suspected that's where the problem would be.   Here's what I know:   Site is AbleCommerce 7.0 - standard ASP.Net 2.0 storefront app running in IIS on Server 2003.   PC 1:  Windows XP Pro In IE8 8.0.6001.18702 the button will not work until the 5-sec ...
    Posted to Ajax Uploader (Forum) by Joe Payne on May 13, 2009
« First ... < Previous 76 77 78 79 80 Next > ... Last »