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

How to use radupload with radajaxpanel without Postback

1 Answer 64 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Jaya
Top achievements
Rank 1
Jaya asked on 15 Oct 2014, 11:43 AM
Hi

How to use radupload with radajaxpanel without Postback any one Guide me. I am new in Telerik Controls





1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 20 Oct 2014, 05:20 AM
Hi Jaya,

You need PostBack to upload the files- here is how RadAsyncUpload works as it is described in its documentationRadAsyncUpload relies on saving temporary files to work. When posted, files are saved to the designated temp folder (App_Data/RadUploadTemp by default) with unique names. Once a postback occurs the RadAsyncUpload fires the OnFileUploaded event for each file. The target file is passed as part of the arguments to the event and can be set as either valid (default) or invalid. After the events fire, all files marked as valid are automatically saved to the TargetFolder if it’s set

Hope this information will explain the issue.

Regards,
Plamen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
AsyncUpload
Asked by
Jaya
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or