I got one page where i do some file manipulation, and when file is done, i need to upload to amazon s3. Sometimes file can be large, so user on submit need to wait too much. How can i make something like
- File manipulation
- When is done, i send file name parameters to some function
- I don't need to wait for that function, i want to use Response.Redirect before uploading is done.