Search

You searched for the word(s): Uploader
Showing page 144 of 328 (3,276 total posts) < 1 second(s)
  • Re: Manually upload

    Can you try the following ...
    Posted to Ajax Uploader (Forum) by Adam on April 29, 2009
  • Re: Basic Evaluation Question

    Mike,   >>but I don't see any documentation in the trial download,   You can find two document files in the document folder.   a. Class reference b. Developer's guide   >>I am uploading files, but to where? How do I specify the upload directory?     void Uploader_FileUploaded(object ...
    Posted to Ajax Uploader (Forum) by Adam on August 28, 2008
  • Re: How to process/move uploaded files?

    Please use the following code:       Private Sub Uploader_FileUploaded(ByVal sender As Object, ByVal args As UploaderEventArgs)         Dim uploader As Uploader = DirectCast(sender, Uploader)         InsertMsg(''File uploaded! '' & args.FileName ...
    Posted to Ajax Uploader (Forum) by Adam on June 16, 2008
  • Re: How can I get the content/mime type?

    pierre:This is a good news! Thanks for letting us when the new dll is available for download. Regards, Pierre   This function is implemented in the latest build.   Article: Enable and disable mimetype checking on uploads   Online Demo: Enabling and disabling mimetype checking on uploads   Download: Ajax Uploader ...
    Posted to Ajax Uploader (Forum) by Adam on November 16, 2012
  • Nothing Works

    I tested everything with the free trial and got things working fine.  Then, I purchased a domain license and replace the license file.  Now nothing works.  When I click on the button, the screen doesn't come up to select the file you want to upload.  I tried putting the trial license back in and it still didnt work.  I ...
    Posted to ASP Uploader (Forum) by msandwisch on April 26, 2011
  • Re: Force to use Flash mode

    dgburton,   Can you post your uploader code? It is very strange that the uploader forces you download the silverlight.   1. If Ajax Uploader detects SilverLight is installed on your PC, It will use the SilverLight solution.   2. If Ajax Uploader detects Flash is installed on your PC, It will use the Flash ...
    Posted to Ajax Uploader (Forum) by Adam on April 22, 2009
  • Re: Ajax Uploader in frame problem!

    Hi,   Can you tell me the details how you use the frame ? In the same domain ?   >>The first time click on button ''Upload Multiple File'', the dialog is appeared slowly in Firefox. Please download the control again. We have made some changes these days.   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on October 22, 2008
  • Re: ajax uploader to keep its state

    Thank you!My site is not available as yet. But surely I can create an example page and send it to you via email.Will do that shortly.
    Posted to Ajax Uploader (Forum) by khushi06 on September 19, 2016
  • Single File Uploads and Save into DB

    Hi I'm reading alot about arays here and i think its not what i need I would like to do the following. Always Single file Uploads, Then Insert each filename into db and then refresh the page   $uploader=new PhpUploader(); $uploader->MultipleFilesUpload=false; $uploader->InsertText="Upload Another File (Max ...
    Posted to PHP File Uploader (Forum) by Jacques123 on November 20, 2012
  • Re: Multiple Upload Demo

    Hi Eric,   Thanks for your reply, I can confirm that the setting are as you have - I have not changed anything:   <form id=''form1'' method=''POST''>   <%   Dim uploader   Set uploader=new AspUploader   uploader.MaxSizeKB=10240 ...
    Posted to ASP Uploader (Forum) by sanjshah on February 21, 2011