string fn = new Random().Next(0, 100)+"-test.jpg";
string fileName = Server.MapPath("~/Images/" + fn);
Request.Files[0].SaveAs(fileName);
fn = new Random().Next(0, 100) + "-test.jpg";
fileName = Server.MapPath("~/Images/" + fn);
Request.Files[1].SaveAs(fileName);
Request.Files[0] has no error but Request.Files[1] get an error ... it seems WCF Service send only 1 file to upload
Forum 'VintaSoft Twain .NET SDK Discussions'
Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.
Board index < VintaSoft Twain < VintaSoft Twain .NET SDK Discussions
