all the documentation for radupload additional fields is defined by html and javascript, and retrieved by c# or vb. is there any way to define and set the fields in c#?
3 Answers, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 11 Dec 2008, 05:01 PM
Hi Andrew,
No, for the time being additional fields can only be defined on the client-side.
Regards,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
I am saving the uploaded files to a location on the server (e.g. C:\store\). The fields I want to store are simply an owner and modified date field, so I don't really need to prompt the user for this information. I'd like these fields stored as metadata with the file (file summary info). Does this functionality exist with the telerik radupload control?
0
Atanas Korchev
Telerik team
answered on 11 Dec 2008, 05:24 PM
Hi Andrew,
At the time being the additional fields are fields which require user input. The developer of the application is using those input controls to gather some metadata and store it somehow associated with the uploaded file. The actual association of custom metadata with the uploaded file is not performed by RadUpload.
I hope this helps,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.