rajesh.k,
.resx files are temp files which will be removed automatically by ajax Uploader. You need to use the .CopyTo or .MoveTo method to copy the temp files.
Here is an example. Hope it helps.
void Uploader_FileUploaded(object sender, UploaderEventArgs args)
{
//Copies the uploaded file to a new location.
//args.CopyTo("c:\\temp\\"+args.FileName);
}
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx