Summary: | Upload to www.rapidshare.com doesn't work | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | giuseppe <metrobotte> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
giuseppe
2009-02-17 17:32:05 UTC
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 |