Bug 406323 - Upload from network folders
Summary: Upload from network folders
Status: REPORTED
Alias: None
Product: Falkon
Classification: Applications
Component: general (show other bugs)
Version: 3.1.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
: 405565 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-04-08 09:26 UTC by John
Modified: 2022-04-18 14:26 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John 2019-04-08 09:26:30 UTC
SUMMARY
On Linux (openSUSE Tumbleweed), with latest KDE Plasma, i tried to upload a file to - e.g.: send.firefox.com - from a network folder.

Actual results:

Falkon opens the kdialog to select the file, but the window does not allow the browse of remote folders.

Falkon is, apparently using the "kdialog --getopenfilename" command that only allows the browse of local files.

Expected results:

It should have opened a kdialog such as "kdialog --getopenurl" that would allow the browse and selection of files from remote folders.

SOFTWARE/OS VERSIONS

Operating System: openSUSE Tumbleweed 20190403
KDE Plasma Version: 5.15.3
KDE Frameworks Version: 5.56.0
Qt Version: 5.12.2



ADDITIONAL INFORMATION

Same thing goes for any other external storage (such as Pen Drives, for example) which are not browsable either.
Comment 1 David Rosca 2019-04-08 09:32:45 UTC
It doesn't support KIO so this is actually expected. Even if it showed network folders, it wouldn't work anyway.
Comment 2 Christoph Feck 2019-04-08 09:37:29 UTC
*** Bug 405565 has been marked as a duplicate of this bug. ***
Comment 3 John 2019-04-08 10:37:17 UTC
(In reply to David Rosca from comment #1)
> It doesn't support KIO so this is actually expected. Even if it showed
> network folders, it wouldn't work anyway.

Is there any plans to support KIO, then?

It's a very annoying "detail"....... :(
Comment 4 David Rosca 2019-04-21 09:30:19 UTC
(In reply to john from comment #3)
> Is there any plans to support KIO, then?
Not like this, it would mean first downloading the file locally and then uploading it to the website, which as you can see is really not a good thing to do.
Comment 5 John 2022-04-18 14:26:27 UTC
This will probably get fixed in Plasma 5.25 by means of the bug #444457.