Search

You searched for the word(s): upload
Showing page 47 of 656 (6,557 total posts) < 1 second(s)
  • Re: Adding webforn value to upload name

    Hi TimBall,   Please try the example below, it shows you how to achieve it. You can get the select value from the dropdown list and use in the FileUploaded event with the save file ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 20, 2014
  • rename files after upload

    Hi,   I am creating a control where images are automatically renamed after they are uploaded, this is because we require a prefix before the images. The renaming works, but I always end up with an error. Probably because the cute-editor wants to do something with the original image which is renamed. does someone has a solution form by ...
    Posted to Cute Editor for .NET (Forum) by bartje on November 11, 2013
  • Error upload ie8.0.7601.17514CO : File not find

    Hi,An error occure when uploading file from ie8.0.7601.17514CO ! This error occure only in production and we are not able to reproduce it in debug mode !  Error Message : Unable to find the uploaded file in directory .....This error not occure evrytime but often !  When fiddler is running, error never show up ! On other browser and ...
    Posted to Ajax Uploader (Forum) by mtanquerel on September 25, 2013
  • Re: can't remove/upload image sometime

    hi deniyaltandel,   1. Ensure that you have not other code using the file before you remove it by the uploader code.   2. Try give the full permission to user "Everyone" of this folder.   3. It like that the delete function is your own method, so should be not the permission issue of the ...
    Posted to ASP Uploader (Forum) by Kenneth on May 7, 2013
  • Re: RTE (classic ASP) does not allow multiple file upload

    accunet:Tried the default demo in both Chrome & IE8.  But only one file can be uploaded at a time in either the image or document libraries. (not able to select more than one)   .Net version allows multiple image files ok.     Please advise if this is by design. thanks, Paul    Paul,   Please ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Adam on April 25, 2013
  • Re: Clicking on File upload button does nothing

    Hi,   The uploader get the wrong resource file path on your site, please try the way below, it will fix your issue.   1. Open file \phpuploader\include_phpuploader.php 2. Find section below $cd=dirname($this->GetWebPath(__FILE__)); 3. Change it ...
    Posted to PHP File Uploader (Forum) by Kenneth on February 22, 2013
  • Re: Error message when upload complete

    Hi endif,   Please try the example page below, does it get the same problem? Does it happens with all files? or just special ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 19, 2013
  • Re: Storage provider and Upload provider

    Hi smondala,   The database is not the necessary part for RichTextEditor, if you do not need to store the files into database, then please refer to http://www.richtexteditor.com/deployment/rich-text-editor-aspnet.aspx, it shows you the full steps to deploy the RichTextEditor into your site. And the RichTextEditor will work for asp.net and ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on January 31, 2013
  • Re: Need help with image upload folder

    Hi RevPeter,   1. Please open your web.config     2. Find the section below, it should under the " <htmlEditor defaultProvider="CEHtmlEditorProvider" >" section.    UseDNNRootImageDirectory="true"   3. Change it to ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 31, 2013
  • Re: Can not upload files/images

    It's a mvc 3 project so I can't do that.   After several try-and-error test we found out that the editor does a POST after we click the button. The method in the controller which invoke the editor also has a POST version (["HttpPost"]). Thats where it goes wrong. I need to find a way to solve this problem.
    Posted to Rich Text Editor for .NET and MVC (Forum) by BoyThach on December 12, 2012
« First ... < Previous 45 46 47 48 49 Next > ... Last »