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

RadAsyncUpload in code behind

2 Answers 167 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
rock
Top achievements
Rank 1
rock asked on 03 Aug 2010, 09:52 AM
hi ,
i m using RadAsyncUpload in my form. it use for ,ultifile upload. my requirement is if when file upload that time file is store in my project folder . and every file will rename by guid so.. my code is in codebehind. but it gives error every time like following.

Could not find file App_Data\RadUploadTemp\xrdglyzs.lrr'.
here in error bold portion is always different. and my application quit

and my code is following..

 foreach (UploadedFile f in RadUploadlesson.UploadedFiles)
        {
           
            f.SaveAs(Server.MapPath("~/AssignmentDocs/") + objlessonplanDoc.InternalDocumentName, true);           
         
        }
but it always fail

so.. please help me.

2 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 03 Aug 2010, 11:46 AM
Hi Rock,

This is a known issue in Q2 release, more information can be found here.

All the best,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
rock
Top achievements
Rank 1
answered on 14 Aug 2010, 11:20 AM
Thank u for quick reply. i will appy in my forms.
Tags
AsyncUpload
Asked by
rock
Top achievements
Rank 1
Answers by
Yana
Telerik team
rock
Top achievements
Rank 1
Share this question
or