Search

You searched for the word(s): Uploader
Showing page 119 of 328 (3,276 total posts) < 1 second(s)
  • Re: control not working with FireFox 3.6

    I'm having the same issue. Prior version of Firefox worked fine, now uploader crashes Firefox.   IE, Chrome, Safari and Opera (all latest versions) work fine?????????????   VERY SIMPLE PAGE -- Crashes DURING uploader never gets to 'OnFileUploaded' callback.     <%@ Page Language=''C#'' AutoEventWireup=''true'' ...
    Posted to Ajax Uploader (Forum) by mcslayton on February 16, 2010
  • Re: File name append when already present

    Hi mtimmons,   I suggest you use method ...
    Posted to PHP File Uploader (Forum) by Kenneth on November 19, 2012
  • Re: Multiple File Timestamp

    Hi Foolishmortal, The example below shows you how to use the ''CopyTo'' method to save the upload file. This method will overwrite the exists file. <%@ 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 January 10, 2012
  • Click Button to Upload and Nothing :(

    I have this working on my test site but will not work on my live site :(When I click the button to upload....Nothing happens.I have adapted this to record to a DB, upload to albums,  as well as to thumbnail images and keep aspect ...
    Posted to PHP File Uploader (Forum) by gravy216 on August 29, 2011
  • Re: UploadCompleted Server-side Event Not Firing

    Hi Eric,   My upload code is part of a large web site.  I couldn't post it all here, but I'll try to paste the pertinent sections (hope this helps):   Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load ShowUserInfo() InitializeUploadControl() ImportClientSideLibraries() If Not ...
    Posted to Ajax Uploader (Forum) by icastel on March 29, 2010
  • Re: PageRequestManagerParserErrorException - Please HELP

    Greg ,   1 - when the file be uploaded , it will do the postback , and fire the FileUploaded event.   if your page use MSAJAX, it will be a AJAX postback , otherwise it will be a FORM postback.   you can use javascript to catch the PostBack event http://ajaxuploader.com/document/scr/JavaScript-API.htm   2 - Uploader ...
    Posted to Ajax Uploader (Forum) by cutechat on July 9, 2009
  • Re: add items programmatically

    Hi,   If you already has a file, you can use this to create a Stream object :   using System.IO;   Stream s=new FileStream(filepath,FileMode.Open,FileAccess.Read,FileShare.Read);   For advanced usage, you can check the (in the downloaded zip ...
    Posted to Ajax Uploader (Forum) by cutechat on September 26, 2009
  • Re: Uploader with Attachment and List Box

    Kenneth,   I was able to solve the issue I was having.  On the test server I was missing the .lic and another .dll file.  It is now uploading correctly.  
    Posted to Ajax Uploader (Forum) by jlcruzAME on November 26, 2012
  • Re: Multiple forms in Firefox and Chrome

    Hi fordonskontroll, It is the firefox browser limitation. By default, uploader will use Silverlight mode to upload. Next is flash and last is IFrame mode. Shows the browse button it mean that the uploader using the IFrame mode (if not silverlight and flash plug-in install will switch to IFrame ...
    Posted to PHP File Uploader (Forum) by Kenneth on November 3, 2011
  • Re: Ajax Uploader Evaluation ~ Demo Problems

    Thanks Adam.   I did not realize you only wanted the value of ''path'' filled in for the line:   args.CopyTo(path)   The example is now working correctly.   Regards, Arlan
    Posted to Ajax Uploader (Forum) by arlan on March 30, 2008