INPUT TYPE="file"

Out of context: Reply #5

  • Started
  • Last post
  • 8 Responses
  • iodine740

    If you are always pulling those images from the same folder, I'd just hardcoded that path (minus the filename) within the ASP. And then in your admin tool, just have the user indicate the filename itself.. and via the ASP append it to the hard-coded path.

    Or if you use some sort of pathing/naming convetion use the Current Date or something. That way it's abit more dynamic for the path itself, but still have the user have to put in the file name itself.

View thread