GithubHelp home page GithubHelp logo

Comments (7)

dougwilson avatar dougwilson commented on May 21, 2024 1

Ah. If you use this module like app.use('/uploads', serveIndex(__dirname + '/uploads')) in your app.js, then you'll get all the indexs located under /uploads (basically the example https://github.com/expressjs/serve-index#serve-directory-indexes-with-express with the directory name different for your naming).

Then as for doing the iframe, you can just add like <iframe src=/uploads></iframe> in your index.html since that will be the location of your listrings.

from serve-index.

dougwilson avatar dougwilson commented on May 21, 2024

Hi @SterlingButters ! Without knowing more about what you're asking, it sounds like you just want to show the index in some existing HTML you already have and not with the template this module provides. This is done through the template option: https://github.com/expressjs/serve-index#template

from serve-index.

SterlingButters avatar SterlingButters commented on May 21, 2024

Hey @dougwilson Thanks for such a quick response!! Is there any high-level example on how to do this?

from serve-index.

dougwilson avatar dougwilson commented on May 21, 2024

Not currently, but you're welcome to contribute one :) !

from serve-index.

SterlingButters avatar SterlingButters commented on May 21, 2024

Well I'm just afraid I don't understand the explanation in the docs :/

from serve-index.

dougwilson avatar dougwilson commented on May 21, 2024

I'm happy to help come up with an example for you, but I just need to understand what you're trying to do in order to make a relevant example.

from serve-index.

SterlingButters avatar SterlingButters commented on May 21, 2024

Thank you so much!

So what I need is really quite simple I think. My server structure looks like this:

  • app.js
  • index.html
  • uploads
    • ...files

And I am just trying to list the files under uploads using my index.html. So ideally there would be some way to just add a sort of iFrame that displays the content of serve-index (if that makes sense)?

from serve-index.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.