Take the community feedback survey now.
                AI OnAI Off
            
        Take the community feedback survey now.
 
                
WebClient client = new WebClient();
client.UploadData("http://localhost/util/SaveAttachment.aspx?id=30&filename=test.doc",fileBuffer);
                        
DataSet dsProducts;
dsProducts = new DataSet("Products");
reader = new XmlTextReader(sListenPath + file.ToString());
dsProducts.ReadXml(reader);
ImportPages(dsProducts);
reader.Close();
MVH
Christian Wallgren
                        