I\'m trying to put some style in the input=file aka uploader and I\'m having a hard time with it, is there some NON FLASH solution (maybe jquery or even plain javascript)?>
It's doable, but not that easy. You need to mimic the file input with a normal input element/button and overlay the original file input with it. Long story short: http://www.quirksmode.org/dom/inputfile.html There are jQuery plugins for this, like this one.