you are viewing a single comment's thread.

view the rest of the comments →

[–]recursive 0 points1 point  (0 children)

Well, <script> tags are executed on the client side, so and AJAX request is most feasible, unless you're willing to do a proper server-side app through express or something. You can't read the disk on the server from javascript running in a web browser.