Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add folder support on URL #103

Closed
christianesperar opened this issue Aug 30, 2014 · 6 comments
Closed

Add folder support on URL #103

christianesperar opened this issue Aug 30, 2014 · 6 comments
Labels
question Further information is requested
Milestone

Comments

@christianesperar
Copy link
Contributor

I think it's good to have an option to have a folder on the parameters instead of multiple files in case there are many files.

@ivmartel ivmartel added this to the Support milestone Sep 1, 2014
@ivmartel
Copy link
Owner

ivmartel commented Sep 1, 2014

Hi Christian,
As far as I know, this is impossible using client side JavaScript (as dwv is at the moment). See this stackoverflow question. The File System API has be abandoned in early 2014 with only Chrome and Opera supporting it (http://caniuse.com/#feat=filesystem).

@christianesperar
Copy link
Contributor Author

That's bad to hear then. How about making some plugin system that will work on other language. This is only optional since one of the feature of DWV is it's javascript only powered reader.

@ivmartel
Copy link
Owner

ivmartel commented Oct 7, 2014

In the meantime, I implemented drag and drop support in #113... It works with multiple files.

@ivmartel ivmartel removed this from the Support milestone Dec 21, 2014
@christianesperar christianesperar removed this from the Support milestone Dec 21, 2014
@ivmartel ivmartel added the question Further information is requested label Dec 21, 2014
@ivmartel ivmartel added this to the Future milestone Dec 21, 2014
@ivmartel ivmartel added the wontfix This will not be worked on label Mar 4, 2015
@ivmartel ivmartel modified the milestones: 0.9.0, Future Mar 4, 2015
@ivmartel ivmartel closed this as completed Mar 4, 2015
@ivmartel
Copy link
Owner

ivmartel commented Sep 7, 2017

Just to keep some notes on this.
(As of 07/09/2017) Chrome >30, Firefox >50, Edge >14 and Opera >17 support the 'webkitdirectory' option for file input that allows to select / drag and drop folders.

Links:

@ivmartel
Copy link
Owner

Ok, if major browser allow loading directories, lets do it!

@ivmartel ivmartel reopened this Nov 13, 2017
@ivmartel ivmartel modified the milestones: 0.9.0, 0.22.0 Nov 13, 2017
@ivmartel ivmartel added enhancement New feature or request and removed wontfix This will not be worked on labels Nov 13, 2017
@ivmartel
Copy link
Owner

I got confused, this issue is for folder support on URL when the webkitdirectory is for local folder support.

Re-closed this one and created #424.

What could solve this issue is using a DICOMDIR, see #425.

@ivmartel ivmartel modified the milestones: 0.22.0, 0.9.0 Nov 13, 2017
@ivmartel ivmartel removed the enhancement New feature or request label Nov 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants