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?
How can I change the filename?
Last post 09-20-2011, 6:42 PM by
coralweb
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
09-20-2011, 1:39 PM
70119
coralweb
Joined on 09-20-2011
ca
Posts 2
How can I change the filename?
Reply
Quote
Hi! I know there is a unique filename generated but I was wondering if there was a way to change the name to what i'd like?
If so, does anyone know how I can do this?
thanks in advance
coral
09-20-2011, 6:42 PM
70123
in reply to
70119
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.