Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Ajax file uploader for large files not working fine
Re: Ajax file uploader for large files not working fine
01-15-2009, 9:12 AM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Ajax file uploader for large files not working fine
Reply
Quote
Hi,
Can you test
e.
MoveTo
(path +
"\\"
+ e.FileName);
instead of
e.
CopyTo
(path +
"\\"
+ e.FileName);
??
copy a large file would spend a lot of time.
Regards,
Terry
View Complete Thread