Search

You searched for the word(s): upload'A=0
Showing page 145 of 656 (6,557 total posts) < 1 second(s)
  • Re: Can I limit the upload size of all files ?

    Yakir,   Please try this script:   <script> function CuteWebUI_AjaxUploader_OnSelect(selects) { var uploader=this; var queues=uploader.getitems(); var queuesize=0; for(var i=0;i<queues.length;i++) { if(queues[i].Status==''Error'') continue; queuesize+=queues[i].FileSize; } var ...
    Posted to PHP File Uploader (Forum) by cutechat on December 30, 2009
  • Re: 5-second delay before upload button available

    Hi,   Make sure you can download the   http://ajaxuploader.com/CuteWebUI_Uploader_Resource.axd?type=file&file=uploader.swf   or   http://ajaxuploader.com/CuteWebUI_Uploader_Resource.axd?type=file&file=Uploader.swf   (the last version changed the Uploader.swf to ...
    Posted to Ajax Uploader (Forum) by cutechat on May 18, 2009
  • Re: DotNetNuke and Editor File Upload problem

    mschepker,   Can you find an image and rename it to 123.gif and test it?   I have no idea now. It should just work.   If you still have problems, please set  up FTP access to your site and send it to me. Adam@CuteSoft.net  
    Posted to Cute Editor for .NET (Forum) by Adam on March 29, 2007
  • Re: Silverlight: The upload task is interupted on Windows 7 & IIS7

    Thanks Adam, but I get the exact same result with the new dll as well.  Any other ideas or info that I can provide to help figure it out?  I get same result with IE or Firefox, so I am guessing it is a serverside issue.    Works with small files, but not larger ones.  Works on Window Server 2003 32 bit IIS6, but not ...
    Posted to Ajax Uploader (Forum) by johansec on September 30, 2010
  • Re: Upload button not clickable

    ok... UploadType =''Auto'' works fine i IE8,  But the button is not clickable in FireFox 3.6.2.  I changed to UploadType=''IFrame'': works fine in IE AND FF but  MultipleFileUpload does not work, it only selects one file/time UploadType=''flash'' works fine, but the main reason that we choose AjaxUploader is to not use any ...
    Posted to Ajax Uploader (Forum) by Arri on March 31, 2010
  • Re: Upload button not clickable

    my code:     <CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' InsertButtonID=''Button1''  OnFileUploaded=''Uploader1_FileUploaded''   MultipleFilesUpload=''true''>                <VALIDATEOPTION AllowedFileExtensions=''jpeg, jpg, ...
    Posted to Ajax Uploader (Forum) by Arri on March 30, 2010
  • Re: Upload image and generate a random filename

    I know I can set the OverWriteExistingUploadedFile to prevend overwriting files but you can imagine that if you have more then 20 screenshots that appear to have similar names as already uploaded on the generating a unique filename is very welcome. When do you think this will be added to a future version? Together with my post regarding ...
    Posted to Cute Editor for .NET (Forum) by Mariette on December 2, 2005
  • Re: Upload photo to database?

    Hi,   I have an empty  FileUploaded() method and no explicit copyto anywhere but the uploader always says ''unable to find the uploaded file in the directory .../UploaderTemp'' on an attempted upload Control is just:     <CuteWebUI:Uploader ID=''ctlFormUpload''   ...
    Posted to Ajax Uploader (Forum) by pat333 on December 17, 2008
  • Re: Redirect When Upload Complete

    When I run the script, the FileName comes back as ''undefined''.  This is the code I'm using:  <script type='text/javascript'> function CuteWebUI_AjaxUploader_OnPostback(task) {   window.location.href=''http://www.domain.com/page.asp?File='' + task.FileName; }  </script> 
    Posted to ASP Uploader (Forum) by msandwisch on April 14, 2011
  • Re: Upload Images to Folder

    Is there a script that I can insert to catch any errors? My folder permission are fine. I tested it with the basic ASP.Net Upload and it works fine. I like the CuteSoft version because of the progress bar. 
    Posted to Ajax Uploader (Forum) by LVWiseguy on July 23, 2012