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

Kendo Ui Upload

4 Answers 120 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Raj
Top achievements
Rank 1
Raj asked on 05 Nov 2012, 06:36 AM
Dear Sir,

    I need simple examples of upload files are saved to local directory using kendo ui upload.please give me a simple find out examples

4 Answers, 1 is accepted

Sort by
0
Bob
Top achievements
Rank 1
answered on 26 Sep 2014, 02:58 PM
Any sample available
0
Dimiter Madjarov
Telerik team
answered on 29 Sep 2014, 07:46 AM
Hi Bob,


What exactly are you trying to achieve? Generally in both modes (synchronous and async) the Upload widget requires a dedicated server handler to receive the uploaded files.

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Bob
Top achievements
Rank 1
answered on 30 Sep 2014, 03:34 AM
Basically I was trying to understand the Kendo UI Upload widget from the Kendo documentation. Most of the events fires only in async mode which means i should be having a handler to read the uploaded file and save. However, i have a large html form where users will enter all the required fields and then upload the supported documents and finally Submit the form. At this point i want to save all the details along with the attachments and not when user uploads the file. I mean avoid saving the files during the upload instead save only when the html form is submitted. Let me know how can i achieve this with Kendo UI.
0
Dimiter Madjarov
Telerik team
answered on 30 Sep 2014, 08:52 AM
Hi Bob,


Possible approaches would be to use the synchronous version of the widget and add it to the form. This way the file will be submitted along with the rest of the form data.

If the async version is used, you could use the following approach to attach the additional details as metadata.

Let me know if this information helps.

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Upload
Asked by
Raj
Top achievements
Rank 1
Answers by
Bob
Top achievements
Rank 1
Dimiter Madjarov
Telerik team
Share this question
or