INPUT TYPE="file"

Out of context: Reply #7

  • Started
  • Last post
  • 8 Responses
  • mitsu0

    to save yourself some time it would be easiest to just use teh FileSystemObject to iterate through the files in your wwroot dir and create an intuitive gui to navigate through them.

    for each object, represented through an appropriate icon, you can have some hidden data in the title attribue or a hidden form field, which contains the virtual path for your files. an onclick event could flag this form element to be passed when the form is submitted and you can manipulate the data on the other side.

View thread