ASP Net Web Site / VB Net
I am working with a set of 14 DbaseIII files that in total create a damage estimate. The files share the same file name but different extensions, for example 104706.LIN, 104706.VEH, 104706.AD1. My question is is it possible to upload to the server all the files at once without having 14 fileupload controls. If so how. Or is it possible to stuff all the tables in a dataset on the client and send the dataset to the web application. This is my first web application so I am a little unsure of how VB net works.
Thanks for any help.