uploading txt file to HTML table

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default uploading txt file to HTML table

    I was wondering if anyone knew how to upload details from a .txt file to a
    table that will be viewed on the internet. As I am just relatively new to HTML
    i dont know how to do this.

    I was hoping to have a table that would display 6 differnet columns, and
    various amounts of rows. At the moment I have just typed them into my website
    but this isnt very effecient, so I was hoping to put the stuff that will go
    into the tables in txt files.

    Just so you know what I need is the end result I would be needing.

    can someone show me the code needed to do this for uploading the txt files
    into a table for html, and obviously the texts file will have to hold the info
    in a certain manner too.

    thankshttp://www.myworld21.v21hosting.co.uk/flyers.html

    StevenM21 Guest

  2. Similar Questions and Discussions

    1. File Uploading
      > I have ASP 3.0 and I cannot change that, but how can I
    2. Web Service: Uploading files and setting file security on a file server
      I have written a web service that provides the following methods: UploadFile SetNTFSSecurity Their purpose is to allow a user to Upload a file...
    3. Uploading a CSV file to a Database Table
      I'm pulling my hair out trying to find out how to upload this data. My files can vary in numbers of rows and columns but the x and y axis always...
    4. uploading a file
      Hi all! I have used code below to upload file but I receive an error on last row of code telling me ( method not allowed ) is it about iis or...
    5. Changing a html table when new data is entered into SQL table.
      Hi all, I was wondering if anyone has any ideas on how I would go about this task. What I have is a html table which is populated from 2 different...
  3. #2

    Default Re: uploading txt file to HTML table

    Goto insert > table objects > import tabular data

    Select your .txt file and the method the data is delimited (tab, comma, etc.)

    Hope this helps.
    Regards,
    -D-
    -D- Guest

  4. #3

    Default Re: uploading txt file to HTML table

    can i ask, the txt files i create, how should they look in the actual txt file.
    Say i have 3 columns in the table "Name", "Goals", "Assists" and i have say 20
    players that need to be entered into the table (e.g. "Player 1", "20", "34" -
    being name, goals, assists) in my txt file i will i need to have each
    player/line as

    Name = "Player", Goals = "number", Assists = "number" or something like this?

    i assume once the txt file has been transfered and then I update the txt file,
    the new tables will be automatically updated?

    StevenM21 Guest

  5. #4

    Default Re: uploading txt file to HTML table

    can anyone answer the above for me?
    StevenM21 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139