Search

You searched for the word(s): CuteWebUI
Showing page 77 of 113 (1,122 total posts) < 1 second(s)
  • Re: TempDirectory does not seem to work

    I was too enthusiast :(   The upload process runs smoothly. But once the upload is done, if i remove one attachment, then it resets the whole uploader and remove all atachments. In the same way, submitting the whole form in order to copy the uploaded file fails as Items list is empty. Here is what I did: protected ...
    Posted to Ajax Uploader (Forum) by el.c. on March 3, 2009
  • Re: AjaxUploader Upload button not firing correctly

    Adam,   Rather frustratingly I still can't get this working within my project.  I am not generating the ASP.NET ScriptManager and  UpdatePanel controls dynamically like within the InitAjaxPanel() method within the examples.  My control hierarchy is as follows Site.Master     ...
    Posted to Ajax Uploader (Forum) by lholman on March 17, 2008
  • Re: Can we change Position for "Upload Multiple Files" Button Postion?

    I am using master page and content page is having upload control. This is the aspx code <asp:Content ID=''Content2'' ContentPlaceHolderID=''ContentPlaceHolderUI'' runat=''Server''> <asp:ScriptManagerProxy ID=''Scriptmanager1'' runat=''server''> </asp:ScriptManagerProxy> <table align=''center'' border=''0'' ...
    Posted to Ajax Uploader (Forum) by yogeshsapkale on February 12, 2009
  • Re: Help me! Can not support upload ai(adobe illustrator) files?

    Hi niyunzao,   Try disable the mime type checking function by the code below, it should work.           <CuteWebUI:UploadAttachments ID="uploader1" runat="server">             <ValidateOption EnableMimetypeChecking="false" />     ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 27, 2013
  • Re: control not working with FireFox 3.6

    Dear mcslayton,     Please save the following content to test.aspx, and copy it to the ajax uploader root, I have tested several times in ff3.6, work fine. <%@ Page Language=''C#'' %> <!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 Eric on February 16, 2010
  • Re: ERROR WHEN CULTURE IS SET TO ar-SA

    Eric, we are not doing any Date manipulations or passing any string to anything for the string to be incorrect. All we are doing is setting the culture as stated above and then just do a simple file upload with the uploader. The line that breaks the code is: CuteWebUI.MvcUploadFile file = uploader.GetUploadedFile(fileguid); If you test ...
    Posted to Ajax Uploader (Forum) by hassan on January 11, 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
  • 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
  • Re: Multiple File Upload Hangs

    Hi PdQ,   Try set TempDirectory to a folder which your site have write/read permisson and try again.         <CuteWebUI:UploadAttachments ID=''attachment1'' runat=''server''  TempDirectory=''~/photos'' >          ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 28, 2010
  • Re: MoveTo throws an exception

    Hi Ken,   I tried a different folder and got the same exception. Here is the ASPX code:  <CuteWebUI:UploadAttachments runat="server" ID="MultiFileUploader"                 InsertText="Add a ...
    Posted to Ajax Uploader (Forum) by Ardalan on May 28, 2013
« First ... < Previous 75 76 77 78 79 Next > ... Last »