Hi -
I am having a sick time trying to spawn a separate process independent of pageLoad
Background:
I have a site where files are requested from. Upon hitting "submit" requested files are written to db and file.copied to the storage location where the user will return to download (at a later time).
The problem I am having is the "wait-time" that is created while this file.copy method does it's work.
Regardless if I put the file.copy within the OnClick or PageLoad of the result.aspx - it still hits and slows everything down.
Are there any recommendations on how to spawn a file.copy()as a separate independent method that does not interfere with the pageload of the results page?
Thanks in advance!!
I am having a sick time trying to spawn a separate process independent of pageLoad
Background:
I have a site where files are requested from. Upon hitting "submit" requested files are written to db and file.copied to the storage location where the user will return to download (at a later time).
The problem I am having is the "wait-time" that is created while this file.copy method does it's work.
Regardless if I put the file.copy within the OnClick or PageLoad of the result.aspx - it still hits and slows everything down.
Are there any recommendations on how to spawn a file.copy()as a separate independent method that does not interfere with the pageload of the results page?
Thanks in advance!!