Search

You searched for the word(s): upload file
Showing page 22 of 336 (3,355 total posts) < 1 second(s)
  • Re: how i change file name before upload

    Hi fahim, The following code shows you how to rename the uploaded files, process other logics programmatically in handler page (UploadUrl). <?php require_once ''phpuploader/include_phpuploader.php'' ?>   <?php       $uploader=new PhpUploader(); ...
    Posted to PHP File Uploader (Forum) by Kenneth on December 26, 2011
  • Re: how to set total Upload file size limit.

    Hi jgoyani, Please try the example below <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>     protected void attachment1_AttachmentRemoveClicked(object sender, ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 24, 2011
  • Re: fileupload doing partial postback on each file upload.

    Hi ibhadelia, It just do one post back, please try the example below. When you click on the post back button, the page will do a post back and label1 will add ''-1''.(click a few times to test it) Then try upload multiple files, you can see the label1 just add one ''-1'' in it. <%@ Page Language=''C#'' %> <%@ Register ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 23, 2011
  • Re: Error when upload the image file to database

    Hi the error is reported by our user, we cannot repeat the same error. checked the database found the most of upload files cut off at 65536 bytes and the Uploader_FileUploaded event have not been fired yet. looked around the forum, we found one similar issue, http://cutesoft.net/forums/thread/47795.aspx.   so we changed the uploadtype ...
    Posted to Ajax Uploader (Forum) by hongMel on August 4, 2010
  • Multiple File Upload - Not showing "Required" elements

    I'm dying to find a way to not show the file listing panel, cancel, and/or cancel all buttons.   It makes it impossible to show this button in a fixed location on a page and not have the UI look terrible while uploading multiple files.   I've yet to buy this control and, while this control is one of the best out there, I can't find a ...
    Posted to Ajax Uploader (Forum) by MrHumpty on November 25, 2009
  • Re: disabled upload file button on demo

    john,   I think it's not a server issue. Most likely it's client side issue.   When you testing local and server, are you using the same browser?   Are you using AjaxUploader version 3.0?   Which version of .NET framework are you running on the server?   Can you try the following example and get back to ...
    Posted to Ajax Uploader (Forum) by Adam on May 1, 2009
  • Issues with use as a file manager

    I’m having some issues when using the editor as a file manager.   1)       The upload section appears, but the input box and the browse and upload buttons don’t most of the time. In a test I just did, they appeared three times out of ten. 2)       When I upload a ...
    Posted to Cute Editor for PHP (Forum) by dev42 on October 21, 2008
  • Re: Error while uploading large files (file size >3 MB) from the Cute Editor upload interface.

    Problem When uploading large files in .NET, the following error may be received:   System.Web.HttpException: Maximum request length exceeded...   This error relates to ASP.NET's maxRequestLength setting. By default, ASP.NET limits requests to 4096 kilobytes (or 4 MB), as explained in this Microsoft KB article: ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 21, 2007
  • Re: MoveTo and file.Delete don't work for some time after upload

    I am having the exact same issue.  I upload an image, and after I ''MoveTo'' the image becomes locked.  I can't upload a file with the same name because I can't delete it with code.  I try to delete it manually with windows explorer, and it's locked by the IIS Worker Process as explained above.  It works fine locally, it's ...
    Posted to Ajax Uploader (Forum) by vinumber on April 19, 2011
  • Re: Unable to find the uploaded file

    Hi,   Please refer to http://www.ajaxuploader.com/large-file-upload-iis-asp-net.htm  and set the "maxAllowedContentLength" setting from IIS directly instead of set in web.config. you also can find a debug file at the bottom of this page, it using the nromal asp.net upload control, you can try that file with a 30 MB ...
    Posted to Ajax Uploader (Forum) by Kenneth on April 20, 2016
« First ... < Previous 20 21 22 23 24 Next > ... Last »