Has anyone used a Data Access Page on the Internet? I can't seem to get the connection between the htm page and the data base to work. Is there anything else required besides having the right connection string?
I am using the following script to upload files from a website:
<HTML>
<head>
</head>
<BODY BGCOLOR="#FFFFFF">
<%
Set Upload = Server.CreateObject("Persits.Upload.1")
Count = Upload.Save("D:\webroot\FullTiltRoot\dplabs\clientftp")
%>
<% = Count %> files uploaded.
</BODY>
</HTML>
I would also...
I am using the following asp script to upload files from a website. To this form, I would also like to add fields including two radio buttons, name, phone number, email address, password, and comments that will all be emailed to me at the same time as the files are uploaded. Can this be done...
I am trying to submit two forms with one button click. The code is as follows:
document.theForm.submit();
document.theForm2.submit();
Only the last form submitted is processed. If I reverse the order, the same thing happens, i.e., the last form submitted gets processed. The first form...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.