having a Flash uploader can give even more pain:
It is only working in IE in the same session as your browser and in all other browers it makes a new session, so you will kicked out of your back end secure app.
the only solution to that is sending your session data to the flash aswel... there you go!
I landed on this page looking or ways to style the file input item for Safari... I have lots of them in a table cell of only 150px wide but these inputs are forcing it bigger.
I found just one solution till now, and that is let them float above the rest using style="position:absolute;z-index:2" while my TD has position:relative styling.
bad bad solution, I know!