Version: 4.2.00 (KDE 4.2.0) (using 4.2.00 (KDE 4.2.0), volkerdi@slackware.com) Compiler: gcc OS: Linux (i686) release 2.6.27.7-smp Simply go to http://www.rapidshare.com/ Try to upload something and the site return this error "Please choose a file you want to upload to RapidShare. You can get further information in our FAQ section." Problem is tested with latest flash 10 for linux
This is due to the paranoia check about hidden file inputs being submitted --- could probably be removed these days, due to upload list warning dialog. (Also seems like there is some flakiness producing onchange for file inputs)
Hrmhmh. Somewhat trickier than I thought, since it only keeps the value in the renderer.
SVN commit 929635 by orlovich: Remove some paranoia about file widgets being hidden: 1. Legitimate websites like to do it 2. The user can see everything being submitted in the file list 3. There were ways around it anyway. Fixes the rapidshare.com uploader, and perhaps others. BUG:184679 M +2 -7 html_formimpl.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=929635
SVN commit 929638 by orlovich: Merged revision 929635: Remove some paranoia about file widgets being hidden: 1. Legitimate websites like to do it 2. The user can see everything being submitted in the file list 3. There were ways around it anyway. Fixes the rapidshare.com uploader, and perhaps others. BUG:184679 M +2 -7 html_formimpl.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=929638