|
@@ -46,6 +46,9 @@
|
|
|
"allowedFileExtensions":["xlsx","xls"],
|
|
|
"browseOnZoneClick":true,
|
|
|
"msgPlaceholder":"選擇檔案 - msgPlaceholder"});
|
|
|
+ $('[name=file]').on('excel-data-change', function () {
|
|
|
+ console.log($(this).data('excel-data'));
|
|
|
+ })
|
|
|
</script>
|
|
|
</body>
|
|
|
</html>
|