I offer web space for our client to host their website. We offer them to
upload asp files. How can we prevent our client to upload asp files wSet
objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.DeleteFile("C:\FSO\ScriptLog.txt")
...
more >>
Hi, I am using the SMTPsvg.Mailer component to send email. But 1 problem that
I have been experiencing now is that if I include the AddAttachment method,
the email that is sent will not be in HTML format, even when I have already
specified the ContentType. As a result, the email received will ...
more >>
Can someone suggest a couple of samples of the following:
I have an normal windows unmanged c++ App that will open a session with my
server and exchange some info. That is the app sends some info to the server
and the server responds with either an answer (other info) or an error
message ....
more >>
We would like to create a form that allows visitors to send email with
attachment to us. We consulted our web hosting company, and they said that
the components available are ASPSmartUpload, ASPEmail, CDONTS, CDOSYS, and
ASPMail3.
Firstly, we are not familiar with ASPSmartUpload, and would ...
more >>
I have a page that has 12 calendars, one for each year and I have postback
events to record the change when the user click. The change is written to a
database and then the page refreshed with the dates selected as highlighted
in red.
This is an availability page with 12 calendars. The prob...
more >>