Can anyone out there help me get started with this please?
I have been screwing around with this problem for ages. It involves getting a long string (approx 1.5K) from my client’s page back to me. I have had several shots at a JS / form / email solutions, but the email input box can’t or won't handle the long string. I’ve had plenty of input from Tek-Tips folk, and I’m grateful for that.
I have to go the CGI route of updating a db file on the server in full record mode. I don’t need to be able to update fields in the db, or query the db, just allow the user to click a button and write a string contained in a JS variable as a new record in the db (the string is comprised of 450 or so 2-byte values separated by commas or whatever, and each value will be a db field). I can then download the db periodically in file mode and update my offline db. It is used for statistical purposes only and there is no need for real-time interaction by either the user or myself.
I don’t know Perl, but I’m happy to come to grips with it. If I had a script as a starting point that would be a huge help.
Hope you can assist.
I have been screwing around with this problem for ages. It involves getting a long string (approx 1.5K) from my client’s page back to me. I have had several shots at a JS / form / email solutions, but the email input box can’t or won't handle the long string. I’ve had plenty of input from Tek-Tips folk, and I’m grateful for that.
I have to go the CGI route of updating a db file on the server in full record mode. I don’t need to be able to update fields in the db, or query the db, just allow the user to click a button and write a string contained in a JS variable as a new record in the db (the string is comprised of 450 or so 2-byte values separated by commas or whatever, and each value will be a db field). I can then download the db periodically in file mode and update my offline db. It is used for statistical purposes only and there is no need for real-time interaction by either the user or myself.
I don’t know Perl, but I’m happy to come to grips with it. If I had a script as a starting point that would be a huge help.
Hope you can assist.