Search

You searched for the word(s): upload'A=0
Showing page 300 of 656 (6,557 total posts) < 1 second(s)
  • Re: max file sizes

    jjonesdtrt,   Please check the following article:   PRB: Cannot Upload Large Files When You Use the HtmlInputFile Server Control?   SYMPTOMS When you try to use the HtmlInputFile control to upload a large file, the file may not be uploaded. CAUSE This problem occurs because the default value for the maxRequestLength ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 19, 2006
  • Re: Image Upload

    Doug,   It's still a permission issue.   Windows Server 2003 uses the ''Network Service'' account by default instead of ASPNET.   Please make sure ''Network Service'' account has write permission to the above folder.    
    Posted to Cute Editor for .NET (Forum) by Adam on May 16, 2006
  • Re: Problem editing galley- XML loses ID on resave

      Upon further investigation it seems that everything works -adding images ect-BUT when I delete the image I lose the above block of  XML (when the control resaves the XML.  All I am left with are the image blocks of xml:<image>Image data</image>SO then I upload a new photo now the Uploader resaves the new XML and ...
    Posted to ASP.Net Image Gallery (Forum) by Digitalmafia on December 12, 2004
  • Re: Image Uploads

    pantana,   Yes, it's possible to disable the upload button. Please check the Editor.AllowUpload Property which specifies whether the user accessing the page has permissions to upload images.   You can do something as following:   When the users is logged in, you can get her/his access role. If he/she is admin, we can set ...
    Posted to News and Announcements (Forum) by Adam on August 27, 2004
  • Re: File Name Suffix

    Hi Raiden, You can handle the upload file save location and the file name by method ''MoveTo''. Try the example below  <%@ Language=''VBScript'' %><!-- #include file=''aspuploader/include_aspuploader.asp'' --><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to ASP Uploader (Forum) by Kenneth on December 1, 2011
  • Server cannot set content type after HTTP headers have been sent.

    Hello, We've been using AjaxUploader since some time now and haven't had any major problems with it, but today a customer had the following problem:On uploading a 7MB file, the uploader stopped at 3% and showed an alert message saying: ''Flash: the upload task is interrupted! io Error #2038''He tried this several times, under Firefox and ...
    Posted to Ajax Uploader (Forum) by dyte on August 6, 2010
  • Custom Button does not fire OnClick or OnClientClick events

    I need to create a Custom Queue Table with a Custom Button. It is a manual upload and I want the upload button to replace the Browse Button when a file is selected. However after creating a custom Browse Button I couldnt get the Browse button to hide and new upload button to appear. also tried calling basic functions nothing and events were not ...
    Posted to Ajax Uploader (Forum) by jpchatt on June 25, 2009
  • AjaxUploader:UploadAttachments continues to transfer after cancel

    http://ajaxuploader.com/Demo/multiple-files-upload.aspx    Method:   1. Use Firefox, running Firebug extension     1. Open Firebug, and goto HTML tab, sub tab NET, or whatever it takes to see the http request beging transferred. 2. Upload a large file from sample ...
    Posted to Ajax Uploader (Forum) by alan.pieroway on January 14, 2009
  • how to disable/re-enable container form

    I would like it to work like this:   User clicks browse, selects a file, and the upload starts -> I get a client side event, the event handler for which can disable appropriate screen controls while the upload proceeds.  Looking for a javascript BeginUpload event or something like that.   User clicks cancel during an upload ...
    Posted to Ajax Uploader (Forum) by veloearl on December 22, 2008
  • Re: Is it possible to point the FilePath and Image Upload directories to different locations

    The FAQ doesn't explain how to point the FilePath to one location and the Image/Media/Downloadable directory to another site all together.   Which properties need to be set on the editor?
    Posted to Cute Editor for .NET (Forum) by Rashun on February 7, 2005