Re: How do I insert the file into database asynchronously while uploading a large file?

  •  05-25-2009, 10:31 AM

    Re: How do I insert the file into database asynchronously while uploading a large file?

    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