Search

You searched for the word(s): uploader
Showing page 11 of 328 (3,276 total posts) < 1 second(s)
  • Re: customer ui and show the hand cursor

    Dear sopa:     PHP Uploader download link:  http://cutesoft.net/downloads/folders/php_uploader/entry52443.aspx    Full code: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to PHP File Uploader (Forum) by Eric on March 12, 2010
  • add files to the uploader through javascript without using the browse window

    hi all,   How can i add files to the uploader through javascript without using the browse window?  I have some files in my client machine I want it to upload it using ajax uploader with out having any user interferance. When user click upload button the code should automatically select those files and add to the ajax-uploader and ...
    Posted to Ajax Uploader (Forum) by akkuissac@yahoo.com on November 5, 2009
  • uploader in web control

    Hi,   I'm having a problem when I try adding the uploader into my composite web control. All i'm doing is this..   class ...  {      private CuteWebUI.Uploader _FileUploadControl;        protected override void CreateChildControls()      ...
    Posted to Ajax Uploader (Forum) by msalti on May 23, 2008
  • Re: Ajax Uploader Evaluation ~ Demo Problems

    Arlan,    Private Sub Uploader_FileUploaded(ByVal sender As Object, ByVal args As UploaderEventArgs)    Dim uploader As Uploader = DirectCast(sender, Uploader)    InsertMsg(''File uploaded! '' & args.FileName & '', '' & args.FileSize & '' ...
    Posted to Ajax Uploader (Forum) by Adam on March 29, 2008
  • Re: Add two more fields while upload the file using php file uploader

    Dear svsenthilmca,   Please refer to the following code: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <html> <head> <title>Example</title> </head> <body> <form name=''theForm'' action=''5.php?postback=true'' ...
    Posted to PHP File Uploader (Forum) by Eric on September 6, 2010
  • Ajax Uploader - Multiple elements to act as InsertButton for Single Uploader

    Is there any way to associate several elements as the InsertButton to a single Uploader or does there have to be a 1 to 1 relationship for an element and an uploader?   Many Thanks
    Posted to Ajax Uploader (Forum) by hassan on May 4, 2010
  • Re: How to use the Ajax Uploader in Grid

    Hi,   You need attach the FileUploaded event , use tag code <CuteWebUI:Uploader FileUploaded=''....'' /> , or in the grid Item Init event.   And then , in the Uploader_FileUploaded(object sender,..) event, you can get  the uploader by this way :   Uploader uploader=(Uploader)sender;   And then get the grid ...
    Posted to Ajax Uploader (Forum) by cutechat on August 2, 2010
  • Ajax Uploader 2.0 (updated 2008-10-09) is available for download.

    We have updated the AjaxUploader 2.0 on 2008-10-09. There're some important issues which have been fixed and we also added a few features based on the client requests. 1. Fixed a bug that generated 2 temporary files at server side. 2. Fixed a bug that the firefox can't now show the dialog when the scroll bar down. 3. Would not stay at 100% for ...
    Posted to Ajax Uploader (Forum) by cutechat on October 10, 2008
  • Re: IE problem after uploader update

    Hello, Terry.   Thank you for your reply.   We have tried both solution but neither of them helped. We still get the same error.   We disabled uploader script source as you suggested as the second option of your post and reverse engineered resource file with javascript. The error occures when the script tries to set mouse ...
    Posted to Ajax Uploader (Forum) by mac11710 on November 26, 2010
  • Re: Uploader in Jquery Dialog

    Hi agerled,   Try put the Jquery dialog code into method ''CuteWebUI_AjaxUploader_OnInitialize''. Like the example below.   <%@ Page Language=''vb''%>     <%@ Register Assembly=''CuteWebUI.AjaxUploader'' Namespace=''CuteWebUI'' TagPrefix=''cc1'' %> ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 15, 2010
« First ... < Previous 9 10 11 12 13 Next > ... Last »