Not able to download the file when click on the hyperlink in Chrome

(4 posts) (2 voices)

Tags:

No tags yet.

  1. jasmondluk, Member

    This issue happen in Chrome only and nothing happen when the user click on the hyperlink trying to download the file. However it works well in Safari

    select 'dbr.html', '<div class="center"> 下載課程檔案匯入模版(以課程级别定價) Download course import template (fee schedule by course level) </div>';
    select 'dbr.html', '<div class="center"> 下載課程檔案匯入模版(以學校年級定價) Download course import template (fee schedule by school grade) </div>';

    select 'dbr.text', '課程編號必須輸入,並且不可重複。 Couse code must be inputted and unique';

    select 'dbr.import.options', 'format', 'xlsx';
    select 'dbr.import.options', 'extra_columns', '604##2024112018440563';
    select 'dbr.import.options', 'title', '請選擇需要上載的課程檔案,格式必需為MS Excel xlsx。 Please select and upload the file "Course file" in MS Excel xlsx format.';
    select 'dbr.import.options', 'button.text', '確認上載。 Confirm import';
    select 'dbr.import.options', 'skip_header', 1;
    select 'dbr.import.finish', 'sp_DBR_import_subject_finish', '604##2024112018440563';
    select 'dbr.import', 'sp_DBR_import_subject';

    select 'dbr.button', 'Show import result', 'invisible import_result';
    select 'dbr.report', 'sp_DBR_import_show_subject_result', 'results_div[]', 'popup', 'in_connection_id=[timeconnectionid]', '"Import"';

    select '604##2024112018440563' as 'timeconnectionid';

  2. myDBR Team, Key Master

    What hyperlink are you referring to? The "Show import result" link?

    Please open up a support ticket with sample data and the code for the sp_DBR_import_subject_finish, sp_DBR_import_subject and the sp_DBR_import_show_subject_result routines.

    --
    myDBR Team

  3. myDBR Team, Key Master

    So nothing to do with the rest of the code?

    Consider using HTTPS as Chrome blocks downloads which it think may be compromised.

    See https://support.google.com/chrome/answer/6261569?visit_id=638677011396986415-2627912119&p=ib_download_blocked&hl=en&rd=1.

    --
    myDBR Team


Reply

You must log in to post.