Search

You searched for the word(s): IE 9 upload
Showing page 111 of 656 (6,557 total posts) < 1 second(s)
  • Re: How do I code for single file manual upload?

    One more issue: I'm now getting the following error: ''Index out of range Parameter name: index Actual value was 0.''   I'm not sure what I'm missing.  My code is as follows: Imports CuteWebUI Partial Class me_Files     Inherits System.Web.UI.Page     Protected Sub ...
    Posted to Ajax Uploader (Forum) by dmathews on February 14, 2012
  • Re: Upload Files to a Network Based Virtual Directory

    The file upload location is set to the virtual directory alias.  And the proper setup for the unc path \\<servername>/\<share> was setup.  All ntfs and share permissions were set to full control for the user account with access to the share folder.  Do I only have to change the file location to be the share name in the ...
    Posted to Ajax Uploader (Forum) by noname606 on June 3, 2009
  • Re: Javascript Error After Upload

    Terry,   I inserted the script you requested and I'm not getting an alert.  Was there something more I should have done with it aside from inserting it into the page? (I did add a type parm to the script on the second attempt in case that was preventing it from executing).   This is from the page itself. I'm getting occasional ...
    Posted to Ajax Uploader (Forum) by aschmidt on May 27, 2009
  • Re: Flash upload size

    I'm bringing in one in code behind thus:   EditorBody.SecurityPolicyFile = ''Administrator.config''   When I alter other settings in that config they have an effect, but not the flash one unless i'm altering the wrong setting.   However to double check I placed it in the default as well but get the same ...
    Posted to Cute Editor for .NET (Forum) by paulcreedy on February 7, 2009
  • Re: Pre-Upload Event

    Thanks for the response. I tried this before posting but this event appears to fire after the file has already been uploaded, not before. I tested this by simply adding a breakpoint in the event and it fired after the progress reached 100%. I need the event to fire before any uploading occurs and also need the ability to cancel the upload from ...
    Posted to Ajax Uploader (Forum) by OG1 on June 30, 2008
  • Re: Error 2038 on large upload

    Dear greggs,   PHP File Uploader is designed to work with up to 2GB files. The reason for the limit is simple - current browsers does not support upload of bigger files than 2GB over internet and IIS also accepts only 2GB files.   Please refer to the following code and set the MaxSizeKB to ...
    Posted to PHP File Uploader (Forum) by Eric on June 13, 2011
  • Re: upload works on dev server, not on production server [SOLVED]

    The whole problem was caused because the license file wasn't in the BIN.  Normally you'd get an ASP.NET error message about this, but if you'll note the page markup, there's an UpdatePanel wrapped around the upload control. This makes it so the asp.net error isn't actually rendered. I got suspicious, removed the panel, and then saw the ...
    Posted to Ajax Uploader (Forum) by rberman on June 4, 2010
  • upload button is disabled for 5 seconds & we cannot multiselect files

    Hello, I have 2 problems with ajaxuploader. 1. upload button is disabled for 5 seconds. It can be clicked 5 seconds after the page is loaded. 2. we used to multi-select files. but at the moment we cannot. Note: We are using a trial version. Regards, Ata  
    Posted to Ajax Uploader (Forum) by giray on September 18, 2010
  • Multiple files upload does not work well in firefox

    Hi, I just download Ajax uploader, which works fine in IE. but does not work well in Fire fox(version 3.5.7). It works just like single file upload. you cannot select multiple file at once time. Any one can help?   thanks   Best Regards sunny
    Posted to Ajax Uploader (Forum) by sunny_mel on February 17, 2010
  • Re: Manual File Upload

    so using the simulate file upload aspx file i am able to simulate the uploading. what i want to do is to perform some processing then when the user selects the button then only the uploading can be done. what i want is to control it using a custom button
    Posted to Ajax Uploader (Forum) by daft on January 21, 2010