Search

You searched for the word(s): upload file
Showing page 31 of 336 (3,355 total posts) < 1 second(s)
  • Re: ASPUploader large file problem

    Dear gnuzim,   ASP uploader is designed to work with up to 2GB files. The reason for the limit is simple - current browsers does not support upload of bigger files than 2GB over internet and IIS also accepts only 2GB files. Software Versions Upload limit Internet explorer All versions 2GB-1 Mozilla Firefox All ...
    Posted to ASP Uploader (Forum) by Eric on February 1, 2011
  • Re: How to customize the UI

    Hi jbruso,   Please override the queue table to achieve it. The example below shows you how to custom the queue table   <%@ Page Language=''C#'' Title=''Customize the queue UI'' %>      ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 31, 2010
  • Re: No Upload is availble in Cute Editor for PHP in Joomla 1.5

    1. Open ''\plugins\editors\cuteeditor_files\Configuration\Security\Default.config'' 2. Search <security name=''MaxImageSize''> and change it to:    <security name=''MaxImageSize''>555</security> 3. Save this file 4. Open ''\plugins\editors\cuteeditor_files\Dialogs\InsertImage.php'' 5. Search ...
    Posted to Cute Editor for PHP (Forum) by Eric on August 16, 2010
  • Re: cannot get file to upload prior to server side code running

    Hi,   Please check the HTML code of this page http://ajaxuploader.com/Demo/Start-uploading-manually.aspx   in btnSave_OnClientClick, if call startupload(), you should return false to prevent the page submit.   and you need handle the CuteWebUI_AjaxUploader_OnPostBack event for submitting the form by the button ...
    Posted to Ajax Uploader (Forum) by cutechat on January 14, 2010
  • Re: how to create a Manual upload without a list of recently uploaded files showing up afterwards

    Hi,   You can use this way to hide the table :   <script type=''text/javascript''>  function CuteWebUI_AjaxUploader_OnQueueUI(list)  {   var hasqueueoruploading=null;   for(var i=0;i<list.length;i++)   {    var ...
    Posted to Ajax Uploader (Forum) by cutechat on September 24, 2009
  • Re: Upload flv error

    For IIS6.0 users, the AspMaxRequestEntityAllowed property specifies the maximum number of bytes allowed in the entity body of an ASP request. If a Content-Length header is present and specifies an amount of data greater than the value of AspMaxRequestEntityAllowed, IIS may return a 403 error response. Please follow the steps below. 1. Stop the ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 24, 2009
  • Re: problem with image upload and display

    HRabie,   1. Which product are you using? Cute Editor for .net or Cute Editor for ASP?   2. How did you set up the image gallery apth?   3. Have you checked this example?   Store Files (images and documents) into a Database ( Download source code) ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 3, 2007
  • Re: Forbidden Message on Image Upload Page

    THe ''Forbidden'' message I have gotten when there was an issue with the license file. Once I copied it back out to the Bin directory, the message went away.   There was nothing that I saw in the DotNetGallery control that would handle the Permission to only people that are logged in. I had to do this on the page that contains the ...
    Posted to ASP.Net Image Gallery (Forum) by BurnSoft on January 13, 2007
  • Re: Insert Image Popup without enabling Upload

    Phil,   Please edit the security policy file (default.config, admin.config and guest.config). The security policy file (default.config, admin.config and guest.config) can be found in the /CuteEditor/Configuration/Security folder. <configuration> <security ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 19, 2006
  • Re: Special Chars in Filename like ü, ä, and space = " "

    Hi DaveMan,   I suggest you handle the upload file store location and the new file name by method "CopyTo". Like the example below, it will save the upload file with the original file name. in that line, you can change the file name to any value you need. $mvcfile->FileName is the original file ...
    Posted to PHP File Uploader (Forum) by Kenneth on August 20, 2013
« First ... < Previous 29 30 31 32 33 Next > ... Last »