Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

progress bar not showing
  • hello .. the progress bar isnt showin for me all i see is a text progress...


    <script type=\"text/javascript\"><!--
    $(document).ready(function(){
    $('#fileUpload').fileUpload({
    'uploader': '/upload/uploader.swf',
    'script':'/upload/upload.php',
    'cancelImg':'/upload/cancel.png',
    'folder':'/upload/musics',
    'fileDesc': 'MP3 (*.mp3)',
    'fileExt': '*.mp3',


    });
    });
    // -->



    any ideas would be great ty
  • Looks like the CSS file isn't loading. Check the directory path to that in your HTML file.
  • awsome got it working

    ty ty .. had it folder/file missin the / before folder ... so now its /folder/file.css works awsome ty ty

    would table size predict the width of the bar ?? as you can see the title of song isnt all showin . ??
  • Uploadify trims the names for aesthetics. You can set the width of the queue in CSS and override the name cropping if your willing to look into the code.
  • ok thats a little above my head then . i went into the css file and i tryed a few things but no change .. ill live it with it .. not that big of deal .. but it has this
    ty for the help on gettin it to show the bar tho ..
    .fileUploadQueueItem {
    font: 11px Verdana, Geneva, sans-serif;
    background-color: #F5F5F5;
    border: 3px solid #E5E5E5;
    margin-top: 5px;
    padding: 10px; << makes it taller...
    width: 400px; <<< this makes the whole box longer ..
    }
    .fileUploadQueueItem .cancel {
    float: right;
    }
    .fileUploadProgress {
    background-color: #FFFFFF;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    margin-top: 10px;
    width: 100%;
    }
    .fileUploadProgressBar {
    background-color: #0099FF;