Search

You searched for the word(s): Uploader
Showing page 24 of 328 (3,276 total posts) < 1 second(s)
  • Re: Need a form to specify "SaveFiles" directory

    Ken, you were right.  Silly error on my part.  Thanks for the great support on this product. I moved the file handling code into a seperate method away from the form and now I'm getting a new error ''Fatal error: Call to a member function GetUploadedFile() on a non-object in D:\Hosting\3380894\html\private\mike\Test\uploadfiles.php ...
    Posted to PHP File Uploader (Forum) by mhpeters on August 17, 2012
  • Re: Uploader is really slow when web site is set up as virtual directory

    I have the folder set up under 'C:\' and I gave full permissions to ASPNET and Network Service.   The odd thing is that it works perfectly under VS2005 server. On top of that, I set it up under Win2K3 w/ IIS 6 and it works fine too.   I am convinced that IIS 5.1 is the culprit.
    Posted to Ajax Uploader (Forum) by awoo23 on December 23, 2008
  • Re: Uploader not working in Safari 5.0.2

    OG1,   Thanks for your video. Now we have some thought.   The PC installed silverlight 2.0 , the silverlight file browsing dialog is the 'modal' mode, which prevent user click other UI of the browser.   (To confirm it, please try this : Maybe the UI will be blocked even you click the 'Cancel' button on the file ...
    Posted to Ajax Uploader (Forum) by cutechat on October 25, 2010
  • Re: problem with refresh

    Can you try the following code?   <%@ Language="VBScript" %> <!-- #include file="aspuploader/include_aspuploader.asp" --> <html> <head>       <title></title>       <script ...
    Posted to ASP Uploader (Forum) by Adam on February 1, 2014
  • Re: how to prevent form post back

    Dear alanshen209,   Please refer to http://aspuploader.com/demo/form-manualstart.asp    <%     Dim uploader     Set uploader=new ...
    Posted to ASP Uploader (Forum) by Eric on August 31, 2010
  • Re: must specify AllowedFileExtensions

    Dear siwelis,   The following is a full example, please refer to it:   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Eric on February 17, 2010
  • Re: Uploader does not work with Silverlight 5+

    Hi mskhan,   The latest build should support the silverlight 5.x already.   Please try on demo http://aspuploader.com/demo/form-multiplefiles.asp, if the demo works for you, please download the latest build and try again.   Latest build download url: ...
    Posted to ASP Uploader (Forum) by Kenneth on December 3, 2012
  • Help Needed in Placing Uploader in a Update Panel

    hi,   i came across your uploader and find it very useful component.   basically i have to implement the uploader  along with other controls like textbox, drop down lists in aspx form.   i followed simple-upload-Validation example and implemented the same using code behind.   i placed the uploader in update panel ...
    Posted to Ajax Uploader (Forum) by manjot25 on January 5, 2009
  • Re: Problem In Implementing Uploader in Code Behind Page in asp.net

    ssjal ,   You can just create a new uploader and put it into some container , at every page's init/load event:    Uploader _uploader;  protected override void OnLoad(EventArgs e)  {   _uploader = new Uploader();   _uploader.ID = ''MyUploader'';   _uploader.InsertText = ''Select ...
    Posted to Ajax Uploader (Forum) by cutechat on January 5, 2009
  • Re: Cant get Ajax Uploader to work with asp.net 4 and IIS 7

    Sorry Eric there is nothing wrong with the deployment, you missed all my posted here, if you please look at my first post or my second? Also that link is missing the header assembly reference, that you need to get this to work.   <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by ThomaxVision on September 29, 2010
« First ... < Previous 22 23 24 25 26 Next > ... Last »