July 7, 2013 at 2:20 pm 5646 |
zellermaniac | Hallo Tareq,
where can I change the progress bar.
It´s working.
Android -> Chrome
Android -> Firefox
It´s not working.
Android -> Standard Brower
Android -> WebView
If is a Slow Internet Connection, I need a Percenttage.
10% - 13% ...
|
July 7, 2013 at 3:18 pm 5648 |
zellermaniac
| $html = '<li class="image-wrap thumbnail" style="width: 200px">';
$html .= sprintf( '<div class="attachment-name"><img src="%s" alt="%s" /></div>', $image, esc_attr( $attachment->post_title ) );
$html .= sprintf( '<div class="caption"><a href="#" class="btn btn-danger btn-small attachment-delete" data-attach_id="%d">%s</a></div>', $attach_id, __( 'Delete', 'wpuf' ) );
$html .= sprintf( '<input type="hidden" name="wpuf_files[%s][]" value="%d">', $type, $attach_id );
$html .= '</li>';
I can´t find progressBar?
|
July 7, 2013 at 3:23 pm 5649 |
zellermaniac
| progress: function (up, file) {
var item = $('#' + file.id);
$('.bar', item).css({ width: file.percent + '%' });
$('.percent', item).html( file.percent + '%' );
},
|
July 7, 2013 at 3:28 pm 5652 |
zellermaniac
|
ul.wpuf-form li .wpuf-fields .progress{background:-moz-linear-gradient(center bottom, #ffffff 0%, #f7f7f7 100%) repeat scroll 0 0 #ffffff;border:1px solid #D1D1D1;border-radius:3px 3px 3px 3px;box-shadow:0 0 3px rgba(0, 0, 0, 0.1) inset;float:right;height:22px;line-height:2em;margin:0;overflow:hidden;padding:0;width:200px;}
ul.wpuf-form li .wpuf-fields .bar{background-color:#83B4D8;background-image:-moz-linear-gradient(center bottom, #72a7cf 0%, #90c5ee 100%);border-radius:3px 3px 3px 3px;box-shadow:0 0 3px rgba(0, 0, 0, 0.3);height:100%;width:0;z-index:9;}
ul.wpuf-form li .wpuf-fields .progress .percent{color:rgba(0, 0, 0, 0.6);padding:0 8px;position:relative;text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);width:200px;z-index:10;}
I want to find the Error. I think Css is not working in the Android Browser.
Where can I display the progressBar?
|
July 7, 2013 at 3:29 pm 5653 |
Tareq Hasan
| As you know by now, the progressbar is added by JavaScript. Sorry to say, I can’t fix that issue on android browser.
|
July 7, 2013 at 3:58 pm 5656 |
zellermaniac
| file.percent working too slow
|
July 7, 2013 at 4:02 pm 5657 |
zellermaniac
| It ist not necessary a css process.
[Percent Count] and the Css Bar
|
July 7, 2013 at 4:03 pm 5658 |
zellermaniac
| I have to show user aktivity. Mobile and a big Image user thing. Page is Broken.
|
July 9, 2013 at 1:36 pm 5746 |
zellermaniac
| $(‘.bar’, item).html( ‘Upload…’ + file.percent + ‘%’ );
file.percent is not working. Plupload/Andorid Browser Problem.
Upload…
$(‘.bar’, item).html( ‘Upload…’ + file.percent + ‘%’ );
I wrote Upload…
|
July 9, 2013 at 6:34 pm 5761 |
Tareq Hasan
| May be some compatibility problem with the stock android browser.
|
July 9, 2013 at 8:41 pm 5773 |
zellermaniac
| file.percent in Android Browser always 0.
Pluopload Problem.
|
July 10, 2013 at 4:56 pm 5835 |
zellermaniac
| Fyi
Pluupload Forum
|