Search

You searched for the word(s): IE 9 upload
Showing page 97 of 656 (6,557 total posts) < 1 second(s)
  • Re: The upload task is interrupted!

    preetir,   If you use https and disable the disable the http channel, you will get this error when you use Firefox+Flash10.   This is a FireFox bug.   Firefox+SSL+Flash10+Disable HTTP channel have problem.   You have two options to resolve this issue.   1. Enable the HTTP Channel   2. Please check ...
    Posted to Ajax Uploader (Forum) by Adam on February 17, 2009
  • Remove all apperances of Upload

    I am about to disable all upload ability of the Editor and have set <security name=''AllowUpload''>false</security>   But there seems to be things left to be disabled.       I would very much like to know how to disable every trace of the upload dialogs and texts, please help me.    
    Posted to Cute Editor for .NET (Forum) by Bloodcarver on September 16, 2009
  • Re: Upload hangs in IE11 standard mode, works in compatibility mode

    I am experiencing similar problems with IE 11 users.   I have a multiple upload page. Today the user was uploading 3 files. The upload failed on the first upload. The UploadCompleted was triggered in the code behind - but I see no evidence of the file arriving. The first time the user got this error   SERVER SIDE EXCEPTION: ...
    Posted to Ajax Uploader (Forum) by GeraldMorris on May 29, 2014
  • Re: AjaxUploader Upload button not firing correctly

    I found a solution. I created a Visual Studio 2005 Web Application project and added all the files supplied with the simple-upload (C#) sample, compiling this and running it the Upload button event now fires correctly, displaying the browse button and label correctly.  My understanding of this is that if you run the samples in isolation, ...
    Posted to Ajax Uploader (Forum) by lholman on March 17, 2008
  • Upload Image from Edit Description dialog

    I've noticed the Upload Image button from the Edit Description window (which came in the DotNetGallery_Files) does not create a thumbnail of the image, it just uploads the original. Is this a feature or a bug? The Upload Image from the Gallery ''toolbar'' works fine. TIA
    Posted to ASP.Net Image Gallery (Forum) by cheryll on June 21, 2005
  • Re: Hide the Cancel button that comes while uploading and rename 'CancelAll' button to 'Cancel'

    Hi MayurNarsale,   To achieve these requirements, you need to wirte your own queue table. The example below shows you how to achieve it.   For requirement 1, I used property "CancelButtonID" to define my own cancel button, so I can hide/show it in "CuteWebUI_AjaxUploader_OnSelect(files) " depends on the files ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 15, 2013
  • Re: customize uploader.InsertText

    Hi praxis73, #1 You can achieve the first requirement by property ''InsertButtonID''   <button id=''button1'' style=''width: 450px; height: 40px'' class=''auto-style12''>                myUpload            ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 31, 2012
  • Re: how rename for files at display level(useri nterface)

    Hi sruthi123, You can custom the queue table to achieve it. The examle below show you how to do that. <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Kenneth on January 18, 2012
  • Re: Styling attachments table

    Hi Jerry2, Try the example below <%@ Language=''VBScript'' %><!-- #include file=''aspuploader/include_aspuploader.asp'' --><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''><html xmlns=''http://www.w3.org/1999/xhtml''><head> <title> Form - ...
    Posted to ASP Uploader (Forum) by Kenneth on December 22, 2011
  • Re: The original name of the uploaded file

    Dear illaki,   Please test the following snippet, it returns the original file name:   <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Eric on June 1, 2011
« First ... < Previous 95 96 97 98 99 Next > ... Last »