Search

You searched for the word(s): upload'A=0
Showing page 158 of 656 (6,557 total posts) < 1 second(s)
  • Re: CuteEditor File upload bug (Maximum file size).

    shani, Try add executionTimeout=''60'' into httpRuntime. Btw, version 6.0 is out. You can try this new version as well.   It's a free upgrade.   Demo: http://richtextbox.com/cs/ Download: http://cutesoft.net/downloads/default.aspx 
    Posted to Cute Editor for .NET (Forum) by Adam on April 13, 2007
  • Re: Can I limit the upload size of all files ?

    Can you try the following example?   4. Simple Upload with Progress (Custom Validation) A sample demonstrates how to create user-defined validation functions for an upload control.   Maximum file size allowed to upload is set to 100K.
    Posted to PHP File Uploader (Forum) by Adam on December 30, 2009
  • Re: Page_load event fires multiple times at the time of Upload files.

    I already tried your example and in your example it also fire the page_load event multiple times. Sorry but if possible then check it from your side and let me know how can i solve this issue.
    Posted to Ajax Uploader (Forum) by Jayesh Goyani on August 24, 2011
  • Re: MoveTo and file.Delete don't work for some time after upload

    Hi,   As you said you can't access the locked image after 'MoveTo' ,   So which file do you mean ? the uploader temp file ? or the new file in your folder ?   Can you post more details ? exception stack trace or screen shot. Thanks.   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on April 26, 2011
  • Number of uploaded files

    Hi there I'd like to know: 1. How can I set that using upload control one can upload EXACTLY one picture? As I have to process picture and added info to database I need user to add ONE picture only, not 2 or 3 or more. I tried using MultipleFilesUpload=false but one can upload one and then another one and another one with the module. Should I ...
    Posted to ASP Uploader (Forum) by jerry2 on December 15, 2010
  • Re: Silverlight: The upload task is interupted on Windows 7 & IIS7

    Hi,   Can you test upload the file in another PC?   And find a way to limit the network speed.   Our silverlight code will choose chunk size by the current speed.   For you case , the code will send another 3M chunk to server,   And that 3M request may have problem on your case.     So please test ...
    Posted to Ajax Uploader (Forum) by cutechat on October 1, 2010
  • SQL Server Error When trying to upload multiple files.

    Hello, I am currently evaluating your product to determine whether or not I will purchase it for my company. I have set everything up correctly but continue to get this error ''Cannot insert duplicate key row in object 'dbo.UploaderFiles' with unique index 'IX_Files_FileGuid'' when I try to upload multiple files on my development station. ...
    Posted to Ajax Uploader (Forum) by BenSilverFox77 on September 14, 2010
  • Re: Upload files button does not work

    alES: Hi, I read  the preceding post but no solution is explained.   I just upgraded from version 6.0 to 6.6. I work with FF 3.6.2 and IE8.   When I click on the Upload files button absolutely nothing happens.   When I do the same on your online demo version (EnableAll.php), it works perfectly. I tried in the editor in the ...
    Posted to Cute Editor for PHP (Forum) by Adam on April 6, 2010
  • Upload to host ! Need Help

    hello , I uploaded all the files of cuteeditor on a host but it doesn't work like in my computer I'm getting this error :   Exception Details: System.UnauthorizedAccessException: Access to the path 'D:\Hosting\5117833\html\UploaderTemp' is denied. ASP.NET is not authorized to access the requested resource. Consider granting access ...
    Posted to Cute Editor for .NET (Forum) by miro86 on October 26, 2009
  • Updating webpage after upload has completed

    Hi,   I am using the AJAXUploader and it is working beautifully. However, I want a button to become visible on the .aspx page after the upload has been completed.   I have tried putting btnButton.visible = true in the Uploader_FileUploaded and Uploader1_UploadCompleted callback methods, and even though I can see that it is ...
    Posted to Ajax Uploader (Forum) by ASimps on October 2, 2009