I have a scenario where a user uploads an XML file and I would like to add the file to a table in my database. However, the hard part is that I need to parse the file and then add some information to several different tables.
In each example that shows how to get the XML file, use the URI to get the file, but how to get the file directly from the database or, preferably, from the asp: FileUpload control during postback?
Jimmy source share