Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: How do I insert the file into database asynchronously while uploading a large file?
Re: How do I insert the file into database asynchronously while uploading a large file?
05-25-2009, 10:31 AM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: How do I insert the file into database asynchronously while uploading a large file?
Reply
Quote
Hi,
The best way is use args.MoveTo() method to move the file to another folder,
and then use the background thread or another application to process it.
Regards,
Terry
View Complete Thread