Re: How can I change the filename?

  •  09-20-2011, 6:42 PM

    Re: How can I change the filename?

    Figured it out in case anyone wants to know.
     
    you can use :
     
    args.Item.CopyTo(@"\\myserver\myfolder\" + args.Item.FileName);
     
    in the Event handler you use for either multiple file uploads or single.
     
     
View Complete Thread