Bug 34643 - "Choose file" button opens file browser view of application private directory on C drive
Summary: "Choose file" button opens file browser view of application private directory...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Hardware S60 3rd edition
: P3 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-02-05 04:37 PST by nokiabugz
Modified: 2010-03-04 02:16 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nokiabugz 2010-02-05 04:37:09 PST
STEPS TO REPRODUCE:
1.load www.flickr.com
2. Select the "Sign in" link
3. Select "Upload photo"
4. In new page press onto "Choose file" button
ACTUAL RESULTS:
File browser view appears.
View displays content of Bedrock private directory on C drive
Path is C:\Private\200267df\

EXPECTED RESULTS:
Assess should be to the Media files storage

*NOTE: *
Same results observed using Anomaly 4.6.1
Its private path is C:\Private\a000cf71\
Comment 1 Benjamin Poulain 2010-03-04 02:16:11 PST
This is the default behavior of QFileDialog, it has to be fixed in your browser, we cannot fix that for you.

You need to subclass QWebPage::extension() and QWebPage::chooseFile() to set a default directory.