I usually send my clients a little program that displays some simple forms and generates some textfiles with the user answers. To collect information the program links to the website
\\"http://www..../index.php3?usr=123?pg=uploadnow
and i ask client to zip all the .txt contents in the file\\'s directory and then upload it with that simple form on my site.
This way he can think offline, and submit later
Is there a way I can link to the form passing all .txt files available (count of files is not constant) to the form so it can upload sillently just by pressing the \\'SUBMIT\\' button?
Thanks
André