Search

You searched for the word(s): IE 9 upload
Showing page 107 of 656 (6,557 total posts) < 1 second(s)
  • how can i change filename after upload

    i bought aspuploader today but i have problem with changing file names, our clients uploading to large files around 100 mb - 1500 mb ( tested with 1,4 gb file works fine thank you) if i do filename change with FileSystem object it takes 15-25 second to complete name change, how can i change filenames while aspuploader ...
    Posted to ASP Uploader (Forum) by kambak on August 15, 2012
  • Upload button does not work after first postback.

    I have two separate update panels one containing a dropdown list that changes the content within that content panel and another updatepanel that contains the Uploader. After I select the dropdown and the content in the first updatepanel is refreshed, the button defined in the Uploaded no longer functions. Has anyone encountered this ...
    Posted to Ajax Uploader (Forum) by Chris928 on July 17, 2012
  • Re: How to detect a cancel upload event

    Hi mtaute, Please try the example below, it shows you how to catch the cancel ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 23, 2012
  • Re: Pre-Upload Event

    Hi linkebte,   Please try the example below   <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <html xmlns=''http://www.w3.org/1999/xhtml''> <head runat=''server''>     ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 1, 2011
  • Re: upload problems

    Hi buddy_a, I just upgrade Google Chrome to version 11.0696.71, it works fine for me. Can you reproduce this issue on demo http://www.cutesoft.net/example/general.aspx? If the demo works fine you. Please download the latest version and try again. Latest version downloads ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 25, 2011
  • Re: Redirect When Upload Complete

    <!-- #include file=''include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <html xmlns=''http://www.w3.org/1999/xhtml''> <head> <link rel=''stylesheet'' type=''text/css'' href=''data/stylesheets/default.css'' ...
    Posted to ASP Uploader (Forum) by msandwisch on April 12, 2011
  • Re: how can I set a REMOTE SERVER as the upload/browse path?

    i needed to do this and I think I ran into permission problems as well.   the solution I resorted to was , uploading the file to a temp folder in the same domain,  /uploadtemp  ( whatever ).   I set up ftp access to the folder i needed ,  in the call back function of the uploader, called a php page to ftp the files to ...
    Posted to PHP File Uploader (Forum) by D2Wheelz on March 25, 2011
  • Re: File Upload in custom dialog

    sorry it is not working, When I call the page ''InsertIage.aspx'' from my page, I see an error- System.Exception: can't not find querystring 'setting' from request! . I have a button and onclick of it to invoke the javascript - window.open('../CuteSoft_Client/CuteEditor/Dialogs/InsertFile.aspx' , 'Insert Files', ...
    Posted to Cute Editor for ASP (Forum) by VishalaBotta on February 24, 2011
  • php file upload fails

    Hi, I am working in php and I have to integrate cute-editor to a php site. Here I added the editor to my php page and when I uploads an image ,I cant able to do that.It shows error like Warning: opendir(C:/xampp/htdocs/Uploads) [function.opendir]: failed to open dir: No such file or directory in ...
    Posted to Cute Editor for PHP (Forum) by biswajithpenta on November 8, 2010
  • Re: Multiple Upload Controls on One Page

    Also, how do I restrict file size?         Dim uploader2            Set uploader2=new AspUploader            uploader2.Name=''myuploader2''         ...
    Posted to ASP Uploader (Forum) by Apollyonx83x on August 18, 2010