Multiple Upload Controls

  •  08-16-2010, 5:55 PM

    Multiple Upload Controls

    Hi, we have a situation where we need to use two different upload controls on the same page. This is because each of the files uploaded have very specific purposes and are handled completely differently by the ASP.Net application.
     
    I have so far been able to meld the javascript to upload both files at once, one after the other on several controls. However, we need two different submit buttons because the files need to be uploaded seperately is there a way to do this in the javascript?
     
    Thanks
     
View Complete Thread