Search

You searched for the word(s): IE 9 upload
Showing page 100 of 656 (6,557 total posts) < 1 second(s)
  • Re: Upload image doesn't work on Mac

    Hi adukic,   Dialog ''Insert Image'' and ''Image Gallery'' will make confusing. we can try on ''Insert Flash'' dialog first   1.  Open file ''\CuteSoft_Client\CuteEditor\Dialogs\InsertFlash.aspx''   2. Find section below    <CE:Uploader ID=''InputFile'' runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 9, 2010
  • Re: Can I limit the upload size of all files ?

    thenk you .   but the part :       count+=files.length;        alert(''you selected ''+count+'' files'');        alert(''total size'' + size);          ...
    Posted to PHP File Uploader (Forum) by yakar on December 29, 2009
  • Re: Unknown result: Error: Unable Upload data via Flash + NTLM

    Hi Ken, To check the control I used the snippet you supplied and this worked ok but this was within a seperate web applicaiton to where we are having the issue.   to give some more detials on the issue;   We are using the control within a SharePoint 2010 webpart. The control works 99% (once or twice we have had the ...
    Posted to Ajax Uploader (Forum) by LiamPowell on January 23, 2012
  • Re: Prevent auto population of title during upload

    Can I set that in my page? I have one aspx page that presents content for eight different galleries (folders). I want the photos in the first two to have titles. I would like to have the title blank or hide the title for the other six galleries.   So, hide or show the title depending on which gallery I am currently viewing.
    Posted to ASP.Net Image Gallery (Forum) by VanAwful on January 31, 2011
  • Re: The Upload is Interupted!

    Terry, Yes. That's what I have in my code. I think it's this wysiwyg text editor. It changes  my code when I copy/paste into this window. What I meant to type was that the same code you posted does not work with the new build.  Thanks again, ~ Thomas  <add key=''CuteWebUI.AjaxUploader.UploadSpeedKB'' value=''100'' />.
    Posted to Ajax Uploader (Forum) by ttucker on February 23, 2009
  • Page is reloaded after an ajax upload

    It appears that my page is reloading (e.g. Page_Load method fires ) after I do an ajax upload.   I tested it in the provided simple-upload.aspx and observed the same behavior there. Is there a way to prevent a Page_Load (e.g. reload)? Thanks  
    Posted to Ajax Uploader (Forum) by Lan-Lord on September 11, 2009
  • Re: Image upload doesn't work - File format not allowed

    I have already in Include_Mimetype.php such information. I have there:     ''.tiff'' => ''image/tiff'',   ''.tif'' => ''image/tif'',   But i still get the message for the tif and tiff images:   image/tiffimage/tiff File format not allowed!   image/tiffimage/tif File format not allowed! ...
    Posted to Cute Editor for PHP (Forum) by oxflo on March 13, 2009
  • Re: Upload more than 1400 files at once

    hi sansindia85, Please try the example below, it shows you how to catch this error and show your custom message. <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <html ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 12, 2011
  • Re: Upload button disabled/not working

    Can you try the following code?   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page language=''c#''%> <html>  <head>  </head>  <body>   <form id=''Form1'' method=''post'' runat=''server''>    <CE:EDITOR ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 3, 2009
  • Re: Upload photo to database?

    Web.config :    <add key=''UploaderDatabase'' value=''server=(local);database=UploaderSamples;uid=test;pwd=test''/>  <add key=''CuteWebUI.AjaxUploader.Provider'' value=''UploaderDatabaseProvider.UploaderSqlServerProvider,App_Code''/>   Sql Schema:   if exists (select * from dbo.sysobjects where id = ...
    Posted to Ajax Uploader (Forum) by cutechat on February 3, 2009