Search

You searched for the word(s): Uploader
Showing page 145 of 328 (3,276 total posts) < 1 second(s)
  • How to translate the messages to another language

    I am trying:                    $uploader->$CancelAllMsg = 'Cancelar Todas'; $uploader->$CancelUploadMsg = 'Cancelar la Carga'; $uploader->$UploadProcessingMsg = 'Carga en proceso'; $uploader->$FileTooLargeMsg = 'Fichero ...
    Posted to PHP File Uploader (Forum) by cescolar on August 20, 2009
  • Re: Internal Server Error (http error1: 500)

    Hi,   I am experiencing a similar problem. I have the cutesoft ajax uploader and CKeditor on the same ASP.NET page. When I upload the first file it works fine, but when uploading a second file I get the Internal Server Error messagebox. Is there any resolution to this please?   Any help much appreciated!   Thank you
    Posted to Ajax Uploader (Forum) by EllenD on April 15, 2011
  • Re: Firefox File Browsing Disabled

    Just wanted to let you know, switching to UploadType=''Flash'' fixed the problem. It appears a Silverlight update from 12/10/2010 caused the issue. If I remove that version of silverlight and goto an older build, it works fine. Might need to update the Uploader. I just disabled silverlight for now as flash still allows multiple file uploads.
    Posted to Ajax Uploader (Forum) by regrossman on January 27, 2011
  • Re: Uploader hangs when launched in IE modal window

    Hi GarySweeten, Set property UploadType to iframe, does it work?     <CuteWebUI:UploadAttachments runat=''server'' ID=''Uploader1'' UploadType=''iframe''>            </CuteWebUI:UploadAttachments> Regards, Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on January 12, 2012
  • Re: Can ajax upload file to a controller instead of uploadHanler.ashx?

    Hi,   Here is the client side API to set the data   <script>      var inp = document.getElementById("textboxid");      var currtask;        inp.onchange = function () {  ...
    Posted to Ajax Uploader (Forum) by cutechat on November 20, 2012
  • Re: Need to change progress bar "continuous.gif"

    Dear steveyuan, The continuous.gif file is control's resource,The process image can be set by  ProgressPicture ...
    Posted to Ajax Uploader (Forum) by Jeff on November 16, 2011
  • Re: AjaxUploader

    Hi,   You need understand the steps how the uploader works for MVC   The uploader will make a GUID for each file, and upload it to server at first.   After the file data be uploaded , it's a temp file on server side.   You can get the GUID on client side , and then you can send the GUID and your custom data to the ...
    Posted to Ajax Uploader (Forum) by cutechat on May 5, 2010
  • Re: UploadAttachments doesn't update the page when finished uploading

    Does the following code work in your server?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' ...
    Posted to Ajax Uploader (Forum) by Adam on April 15, 2009
  • Re: Clicking on the Upload button gives 'Object Expected' error

    >> it because our application is not Ajax enabled?   This issue is not related to ajax at all.     Can you try the following code?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> ...
    Posted to Ajax Uploader (Forum) by Adam on December 4, 2008
  • Re: File not uploading

    Can you save the following code as an ASPx page and run it on your server?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' ...
    Posted to Ajax Uploader (Forum) by Adam on May 29, 2008