There are several file upload fields in this form that need to remain where they are. In this case, should I be using the ProgressDisplay control for a more customized approach? The UploadManager control automatically generates a file upload form control that I don't want to appear. My goal is to have a single progress display for the 4 file upload fields on the form - without moving them and after javascript form validation is run.
Ideally, I could set AutoUploadOnPostBack to false for the ProgressDisplay control, and follow your previous suggestion? I don't believe this control supports this property, however.
Thanks much!