Results 1 to 3 of 3

Thread: Append to online file

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Posts
    14

    Question

    I am currently using the following to append to a file locally:

    Open "reglog.csv" For Append As #1
    Print #1, txtName & ", " & varKeycode & ", " & Now() & ", <"
    Close #1

    How could use something similar in my activeX project, to append the data to a file on my web page? especially if the page requires a username and password to upload to it?
    I would also need it to produce an error message if it couldn't write it (if the user is offline etc).

    any help would be appreciated!

    Dan

  2. #2
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    What you could do is download the file, edit it (append) and then upload it again. If you require syntax for those actions please don't hesatate to ask.


    D!m
    Dim

  3. #3
    Guest

    Talking

    Anyone noticed the post-id? ... 123456... cool huh huh?

Posting Permissions

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



Click Here to Expand Forum to Full Width