Replace Previous Uploaded File In Folder Upload

Kasusnya ketika sesudah upload file di kendo upload. Diupload lagi file baru, tapi file lama yang tidak dibutuhkan masih tersimpan di folder upload.

Untuk menghapus file lama tersebut gunakan fungsi dibawah ini pada event success kendo upload :

[code language=”javascript”]
function onSuccessFile(e) {
e.files[0].name = e.response.filepath;
}
[/code]

Yosef Sukianto has written 36 articles

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>