By fatfish on
Hi there
I'm working on this video share site www.clipz.net .There is a custom content type that allow users to attach one file to each node. I need a proggresBar the let the user know the life is being uploaded (and not stuck.
There is a nice proggressBar attached to the "attach" button but I hided the attach button (CSS) since its double action on the user side - its the same as submit. there is no point in attach them submit if you only upload one file.
I like to have a progress bar that estimate time / show percentage or a least - have the original one working with the submit button
Thanks