Search

You searched for the word(s): upload
Showing page 42 of 656 (6,557 total posts) < 1 second(s)
  • Re: Updating webpage after upload has completed

    Odd thing is - now I can see the button, the user has to click the button twice before anything happens.   The first click just puts focus on the button, but causes nothing to happen. A second click is required to actually cause the event handler to be called.   I'm not an MS AJAX expert - anyone got any ideas what this could ...
    Posted to Ajax Uploader (Forum) by ASimps on October 5, 2009
  • Re: How do i Hide the multiple upload button and cancel/cancel all

    Hi,     Here is a sample :       <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <html ...
    Posted to Ajax Uploader (Forum) by cutechat on March 10, 2009
  • Re: Upload Button Not working in firefox 2.0

    Hi,   You can try the UploadPersistedFile or UploadAttachments .   They can help you hode the file temporary, and then you can use it in other events.   for example , you put an UploadPersistedFile object ID=UploadPersistedFile1 :   void Button_Click(...) {     //if do not have uploaded a ...
    Posted to Ajax Uploader (Forum) by cutechat on December 26, 2008
  • Re: URGENT file/image upload problem

    First of all, I didn't change any of your code, I just added some response.write stuff to check if all paths to the image and document folders were created correctly by CuteEditor. I already removed my changes. For example:   ../website/Brussels/4/images ../website/Brussels/41/images ../website/Cyprus/1/images ...I was already ...
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 24, 2005
  • Re: Create thumbnail on image upload

    Slaptrout,   If you modify InsertImage pages, it will impact all sites.   For your situations, I sugest you check the following article:   Automatic Image Resize   It allows you programmatically set this option.   You can also use the thumbnail button in the insertimage dialog.   Hope it ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 5, 2010
  • Re: Manual File Upload

    Hi,   Please check the   'Framework 2.0-Csharp-NoAjax\Simulate-File-Upload.aspx' in the AjaxUploader.zip   You must prepair the file data , if you want to pass a file to uploader, the file must on the server.   It's not possible to read the file data from user's PC if user do not select and upload the ...
    Posted to Ajax Uploader (Forum) by cutechat on January 5, 2010
  • Large File Upload

    Hello,i am currently using thea jax uploader control to upload files onto a server. The problem is i am trying to upload large files (roughly 1GB) and using a rubbish internet connection. How do i prevent the upload from being stopped when the connection is momentarily lost, and then resume once the connection has been restored?
    Posted to Ajax Uploader (Forum) by jmoseley on July 1, 2013
  • Re: Upload photo to database?

    Unfortunately that's not an option for us.. we absolutely can't write anything to disk, even temporarily.   In either case, it works fine without that folder with smaller files and always works in Silverlight mode regardless of filesize. If the uploader is trying to use the folder when we're using the custom upload provider in the other ...
    Posted to Ajax Uploader (Forum) by pat333 on February 11, 2009
  • Re: Manual File Upload

    daft: what i want is to control it using a custom button   3. Simple Upload with Progress (Customizing the UI) A sample demonstrates how to customize the look and feel of file upload controls.   Please check this example. The source code of this example can be found in the download package.
    Posted to Ajax Uploader (Forum) by Adam on January 21, 2010
  • Re: Can I limit max upload size by total size of the upload folder?

    This feature is not available in PHP version right now. We will implement this feature in the future release. Sorry for the inconvenience.
    Posted to Cute Editor for PHP (Forum) by Adam on February 26, 2009
« First ... < Previous 40 41 42 43 44 Next > ... Last »