Howdy, Stranger!

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

Two great ideas!
  • First, it would be really cool if you could add a 16x16 icon in there. Perhaps there could be a default icon for unknown types plus icons for common types, maybe even the ability to add new ones. Also, the option of having the speed and percentage would be nice in my opinion (although I might just try and do that myself).

    Second, I find the uploader looks great if you put the file queue in a vertically only scrolling div and size the queued file divs to fill it. If there were a way to have it automatically scroll the current uploading file to the top of the div I would absolutely love it.

    Thanks for any consideration and for Uploadify, it is the best out there and I think I've tried them all lol.

    Mike
  • Actually I did the scrolling thing with jQuery it was seriously easy. Just add some code to the complete events, throw in some tracking variables and wallah. I'm finding more and more that you can do just about anything you can think of with this plug-in!
  • If you're using the latest version, you can easily put the file list in a scrolling box by using the queueID option and setting it to the ID of any div on the page. So just create a div right before your uploadify element and give it an ID and use that as the queueID. The rest is just CSS styling. Set the div's width then set overflow: auto. Then adjust the styles of the queue elements to 100% width.

    As for the icon, it requires a little more custom programming but it can be done through the onSelect option.