Search

You searched for the word(s): IE 9 upload
Showing page 331 of 656 (6,557 total posts) < 1 second(s)
  • Re: Uploaded .avi or .mp3 (media ) do not render on the pages.

    Hi koolhd,   Try the page below on your site   upload a avi file, insert it and click on the show button   If you still get this issue on the example below, please send me the test url of that page to me.   My E-mail: ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 23, 2009
  • Re: OnFileUploaded Not Firing Until All Files Uploaded

    Hi,   when you upload multiple files , the order is :   uploading file1 server FileValidating for file1 uploading file2 server FileValidating for file2 ... uploading filen server FileValidating for filen client OnPostback event server FileUploaded event server UploadCompleted event   This is by design , because ...
    Posted to Ajax Uploader (Forum) by cutechat on October 22, 2009
  • Re: The following add-on was running when this problem occurred

    Hi,   David , can you collect more information ?   1-the windows version ?   2-whether use some IE toolbar add-on ?   3-whether use some firewall software?   4-On when the error occurs ? click button?after browsing files?upload progress to xx%?   5-does it 100% occur ?   6-can any one test his own ...
    Posted to Ajax Uploader (Forum) by cutechat on October 8, 2009
  • Re: Few Issues

    1. Latest version can be downloaded here http://phphtmledit.com/download/phphtmledit.zip 2. You should not embed any block level tags <p>,<div>, <table> into span tag. 3. Once you finish it, please send it to me. [email protected]. We will upload it  to http://cutesoft.net/downloads/17/default.aspx 4. ...
    Posted to Cute Editor for PHP (Forum) by Adam on September 1, 2009
  • Re: Which folder are images?

    xtinction84,   The files are uploaded into the temp folder after when the files name appears in the grid.   In your own applications, you need to use the .Copyto method to save the files to the target location.   For example:   void ButtonTellme_Click(object sender, EventArgs e) ...
    Posted to Ajax Uploader (Forum) by Adam on April 24, 2009
  • Re: Uploading Office 2007 file types.

    Hi,   I don't know whether the office save the summary property to the file data , or another place , for example , a hidden file , or registry.   If the summary is contained in the file , you can try to rename the resx file back to the origin file name.   If not , I think the uploader is not able to upload the summary ...
    Posted to Ajax Uploader (Forum) by cutechat on April 20, 2009
  • Re: Populating Ajax Uploader with list of files

    Greg,   Please check this demo :     <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Ajax Uploader (Forum) by cutechat on January 14, 2009
  • Re: FileUploaded event is not fired!

    Hi cassini,   You have missed the following script            <script type=''text/javascript''>    function submitbutton_click()  {   var submitbutton=document.getElementById('<%=SubmitButton.ClientID %>');   var ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 8, 2008
  • Re: Dynamic Uploaders / Programatically adding Uploaders

    Phil,   Please check this sample code :   <%@ Page Language=''C#'' %> <%@ Import Namespace=''CuteWebUI'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>  protected int ...
    Posted to Ajax Uploader (Forum) by cutechat on December 6, 2008
  • Re: Video formats?

    Hello,   I had a similar problem with .doc and .pdf files. The editor would not upload them, claiming a mime type mismatch, no matter what I did and where I allowed them (both in code and configs).   This is the solution I worked out for myself. I hope it helps:   It has to do with the veracity of the mime type coming from the ...
    Posted to Cute Editor for PHP (Forum) by madasha on November 20, 2008