Programmatically Adding Files to the Queue Using Javascript

  •  07-28-2011, 10:44 AM

    Programmatically Adding Files to the Queue Using Javascript

    I am new to the AjaxUploader, and I am trying to use it to manually start an upload of files the user has selected using the ui buttons and files that have been selected using other buttons on the page.  Is there a way to programmatically add files to the queue list using javascript? 
     
    I have also looked at the source code for the manual upload demo, and the javascript code seems to be using methods on the uploader element such as getqueuecount and startupload which I cannot find in the online documentation for the uploader.  Is there documentation available that describes the properties and methods of the uploader element that are available from javascript code?
     
    Thanks for any help! 
     
    Rich

     

View Complete Thread