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

Load local file by using fs.readFile, the buffer type result cannot be use #590

Open
alex644715 opened this issue May 19, 2022 · 0 comments

Comments

@alex644715
Copy link

Hi, my program has 2 pages. The first one has a input element to load multiple dicom files in local directory. Then all of the files' path were save in server. The second page will load the local file by using fs.readFile. However, the result of the fs.readFile is buffer type, not a file. It cannot be use by cornerstone.loadImage. How can I solve this issue.

Thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant