APPLICATION
買取申し込み
APPLICATION
買取申し込み
$('.upload-file').on('change', function() { var file = $(this).prop('files')[0]; $(this).closest('.upload-box').find('.file-name').text(file.name); });
買取申し込み
買取申し込み
$('.upload-file').on('change', function() { var file = $(this).prop('files')[0]; $(this).closest('.upload-box').find('.file-name').text(file.name); });