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

Please help me (Paramater in removeurl)

2 Answers 48 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Butter
Top achievements
Rank 1
Butter asked on 31 Jul 2013, 05:12 AM
I have use one upload file of kendo web ui and i'm having trouble at removeurl 1 file in me session.
i don't know paramater one ( id ) from removeurl.
Me code here bellow:
(
       $(document).ready(function () {
         $("#files").kendoUpload({
             async: {
                 saveUrl: "/Admin_Site/Upload_file",
                 removeUrl:"/Admin_Site/Remove_File", 
                 autoUpload: true,
             },
            remove: onRemove,
            select: onSelect,
            success: onSuccess,
         });
     });
)


2 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 31 Jul 2013, 11:55 AM
Hi Butter,


When removing files, by default the name of the remove field is fileNames. It could be specified through the async.removeField configuration. Additional information could be found in the documentation. Could you please let me know if this was the information that you were looking for or I could assist you further?

I wish you a great day!

 

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
Butter
Top achievements
Rank 1
answered on 01 Aug 2013, 08:27 AM
yes. thank you
Tags
Upload
Asked by
Butter
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Butter
Top achievements
Rank 1
Share this question
or