Submitting Form using ManualStartUpload property in Firefox

  •  06-02-2010, 12:39 PM

    Submitting Form using ManualStartUpload property in Firefox

    I am trying to submit a form after the upload takes place so that I can request the file information that was uploaded and insert it into a database.  I am also allowing the user to send additional data with the upload such as a description they type into a text box.  When I use the ManualStartUpload property example in your documentation, the form does not submit in Firefox and Safari after the upload takes place.  I am also using the javascript doStart() fuction provided.  IE seems to work just fine and submits the form after the upload is complete.  Is there some sort of indicator that is sent back after the file is done uploading so that I could trigger a form submit for Firefox?  Or, is there another workaround for this?
     
    Thanks
View Complete Thread