Hi,
I just saw the new updates to RadAsynUpload Component. I love it. The only addition I wish to make to it is to call my own upload mechanism. Here is the case:
1) User Uploads 1 or many files.
2) Calls my own upload mechanism.
3) Use the progress bar for 1 or many files from Telerik.
2) As the file completes I want to add additional fields like description and Date.
3) Finally save the data to sql server.
Any help would greatly be appreciated.
Thanks,
Amin
                                I just saw the new updates to RadAsynUpload Component. I love it. The only addition I wish to make to it is to call my own upload mechanism. Here is the case:
1) User Uploads 1 or many files.
2) Calls my own upload mechanism.
3) Use the progress bar for 1 or many files from Telerik.
2) As the file completes I want to add additional fields like description and Date.
3) Finally save the data to sql server.
Any help would greatly be appreciated.
Thanks,
Amin
5 Answers, 1 is accepted
0
                                Hello Amin,
 
You can refer to the Additional fields on-line demo where is implemented similar scenario as the one you described.
Hope this will be helpful.
Greetings,
Plamen
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
                                
                                                    Jnchaves
                                                    
                                            
    Top achievements
    
            
                
                Rank 1
            
    
                                                
                                                answered on 16 Apr 2013, 02:11 PM
                                            
                                        Hi,
Yes this answers the question on adding additional fields. How do I call my own upload mechanism. I do not want to use the standard Telerik one.
Thanks,
Amin
                                        Yes this answers the question on adding additional fields. How do I call my own upload mechanism. I do not want to use the standard Telerik one.
Thanks,
Amin
0
                                Hi,
Plamen
the Telerik team
                                         
Would you please elaborate what exactly do you mean by 'call my own upload mechanism' because it is not quite clear from the explanation provided?
Plamen
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
                                
                                                    Jnchaves
                                                    
                                            
    Top achievements
    
            
                
                Rank 1
            
    
                                                
                                                answered on 16 Apr 2013, 02:47 PM
                                            
                                        Hi,
When I select a file with the RadAsynUpload control, I want to call my own upload code to handle the upload and not use the upload mechanism from telerik.
Thanks,
Amin
 
                                        When I select a file with the RadAsynUpload control, I want to call my own upload code to handle the upload and not use the upload mechanism from telerik.
Thanks,
Amin
0
                                Hello,
Plamen
the Telerik team
                                         
In such case you can use Custom HTTP handled as it is done in this on-line demo. You can also review this help topic where the issue have been explained deeper.
Hope this will be helpful.
Plamen
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.
