Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: How can I change the filename?
Re: How can I change the filename?
09-20-2011, 6:42 PM
coralweb
Joined on 09-20-2011
ca
Posts 2
Re: How can I change the filename?
Reply
Quote
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