This is a migrated thread and some comments may be shown as answers.

Post-processing of the uploads

1 Answer 35 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Stuart Hemming
Top achievements
Rank 2
Stuart Hemming asked on 27 Jan 2011, 05:23 PM
I know I can do stuff with/to the files in the FileUploaded method, but I need to do some post-processing once the file has been moved to the Target folder.

Which is the best event for this?

-- 
Stuart

1 Answer, 1 is accepted

Sort by
0
Accepted
Genady Sergeev
Telerik team
answered on 01 Feb 2011, 11:55 AM
Hello Stuart Hemming,

I suggest that you do the Page_PreRender event. It happens after the AsyncUpload has saved the uploaded files to the target folder.

Kind regards,
Genady Sergeev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
AsyncUpload
Asked by
Stuart Hemming
Top achievements
Rank 2
Answers by
Genady Sergeev
Telerik team
Share this question
or