I'm writing a program in vb6 that would take a data from the user, format it into a html table to be saved in a text file. The file would then be upload to a web server and included on an asp page. It is supposed to let non-programmers update a webpage daily w/o using authoring software or FTP Pro.
I would like the program to handle the trnasfers itselft but I'm not sure how to use the ITC. The main problem I have is stopping the exicution of code while it is transfering the file. Has anyone use the ITC before to do uploading of files? All of the examples I've seen are for downloading html pages.
I would like the program to handle the trnasfers itselft but I'm not sure how to use the ITC. The main problem I have is stopping the exicution of code while it is transfering the file. Has anyone use the ITC before to do uploading of files? All of the examples I've seen are for downloading html pages.