+ Reply to Thread
Results 1 to 4 of 4

Thread: No progress Bar for IE9 - Atttachment upload

  1. #1
    Senior Member
    Join Date
    Dec 2011
    Posts
    159

    No progress Bar for IE9 - Atttachment upload

    There re no progress bar for IE9, when new seller is uploading a large attachment they have no idea whether it is uploading or not.

    This is not a problem with firefox as there is progress bar showing it is uploading.

    ===============================

    If that is not possible, can u let me know how i can change the bar to a animated loader like something below:

    http://www.kidmoses.com/main/ckfinde...jax-loader.gif
    Last edited by rosegarden; June 14, 2012 at 01:34 AM.

  2. #2
    Hello Desmond Lim,

    You can create additional loading image yourself. Follow my instruction:

    go to ftp: >> tempaltes >> your_template >> tpl >> blocks >> photo_manager.tpl

    find line:

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    then in this file find code:

    Code:
    Only registered members can view the code.
    and add after:

    Code:
    Only registered members can view the code.
    then open ftp: >> tempaltes >> your_template >> css >> style.css

    and add code in end of document:

    div#fileupload span.preview
    {
    position: relative;
    }
    div#fileupload span.preview div.loader
    {
    background: url('../img/img_photo_loader.gif') center no-repeat #ccc;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    height: 94px;
    width: 124px;
    z-index: 2;
    display: none;
    }

    then take this image:


    and upload in: ftp: >> tempaltes >> your_template >>img
    Attached Images Attached Images
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Senior Member
    Join Date
    Dec 2011
    Posts
    159
    thank you shall try it out

  4. #4
    After completion of the integration please answer about your progress. I want to know about the successful integration of the modification.
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread