KhronosGroup / glTF-Validator

Tool to validate glTF assets.
Apache License 2.0
372 stars 63 forks source link

Web version does not support external resources in subfolders #232

Closed lexaknyazev closed 2 months ago

lexaknyazev commented 3 months ago

This applies both to the "Select" link and to the drag-n-dropped files.

Split from https://github.com/KhronosGroup/glTF-Validator/issues/229#issuecomment-2289744430.

lexaknyazev commented 3 months ago

@echadwick-artist There are several issues at play here.

  1. Drag-n-drop support for (sub-)directories is unimplemented. This is certainly possible to add.
  2. Selecting a file and a folder with a system dialog is not possible on the web platform in general. It's either several files from the same directory or one directory with all its content. We'd have to have one more link/button like "Select Directory" to support this workflow.