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

Changing targetfolder handling

2 Answers 68 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Koen
Top achievements
Rank 1
Koen asked on 06 Oct 2011, 10:52 AM
ASP.NET framework 4.0
Windows 7
RadControls for ASP.NET AJAX Q2 2011

preferred programming C#

I have a question about how to change the RadAsyncuploading handling of saving to the targetfolder. 

The situation as i want it goes as follows: The user is able to select his files/images and they are saved in the temporaryfolder. This way i can view the images with the webviewer im using. Also the utility RadASyncUploader helps with deleting files that are not being used or not being deleted and so on..
But i do not want to save the files to another targetfolder but i want to save them in a database. How can i make this happen?

Im rather new to web programming and i really could use the help. Saving to a database i can do ofcourse but where do i change the handling of saving to the targetfolder

THanks in advance,

Koen Staal


2 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 06 Oct 2011, 04:45 PM
Hi Koen,

You need to implement custom handler instead of using the out of the box async upload handler. Please take a look at the following demo for details.


All the best,
Genady Sergeev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Koen
Top achievements
Rank 1
answered on 07 Oct 2011, 07:35 AM
Thanks for your reply. I also found http://www.telerik.com/help/aspnet-ajax/asyncupload-extending-handler.html , extending handler information that i somehow missed the first time.
thanks
Tags
AsyncUpload
Asked by
Koen
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Koen
Top achievements
Rank 1
Share this question
or