I am using SWFUpload to upload multiple files at once.
But I notices that on FireFox and Opera the "Open file window" has button "Save" instead of "Open".
IE and Chrome has "Open".
Is there a way to change the button from "Save" to "Open"?
With actionscript
, the only things, you can customize in Open/Save
dialog, are file-type filters
and default filename
(when saving). So there is no way for changing labels on buttons.