My SMTP service generates this warning message:
Message delivery to the remote domain 'yahoo.co.uk' failed. The error message is 'An internal DNS error caused a failure to find the remote server.'
where xx@yahoo.co.uk is the receipent email address. Do I have to configure DNS settings? I...
I do have cdonts.dll installed. I tried some SMS components downloaded from the net and used their sample codes (ASP) to try out but they simply wont send emails. It only works when I use JMail component (not CDONTs) with PWS. I could do this but I wanna use IIS instead of PWS. Any suggestions...
Hi,
I've similar problem.. my emails are actually kept in the Queue folder instead of being sent out. How can I configure the settings to send out emails using the IIS SMTP Server? Thanks.
did u use <form enctype="multipart/form-data"> ?
then the next page that requests the form variables are
using Uploader.Form("samplefile"), instead of Request.Form("samplefile"). It causes the binary problem (in my case because i did use request.form for the other...
Hi, I'm trying to validate some mandatory fields to be non-spaces input. I tried isEmpty() but it regard the spaces as 'empty'. Thus spaces are still submitted; I want client-side validation for these fields. Pls help, thanx!
Hi,
i have an array of 19 checkboxes as follows:
<% dim temp_id(19)
for i=0 to 18
temp_id(i) = "id" & i
next
for j=0 to 18 %>
<input type="text" name="<%=temp_id(j)%>" size=15 maxlength="20">
<% next %>
As shown, each checkbox has a...
bcoz Netscape does not check for the number of files uploaded.. cannot validate :-( so i suspected its Netscape prob since it does not support VBScript.
1) i just realised that IE and Netscape recognise the image path differently?? one allows virtual path whereas the other requires absolute path..??
2) the prob i have been facing is because I'm using Netscape! When i tested with IE the file uploads properly and with the validation. Netscape...
in another words, I need to validate the field <input type="file" name="file1">: if there is value or input from user, then update in database, else no need to update and upload image (since there is not input from user)
by the way, upload files function is restricted to any...
oh yes.. Uploader.Form does work, thanx!
however, now there is another problem :-(
When updating the form with text fields and "file" fields,
I cannot check if the user has input any value in the <input type="file" name="file1">
i then use Uploader.Form(file1) to...
do u mean to just display the fields in checkbox and radio buttons BUT not allow modifications? Try this:
<input type="radio" name="field1" value="xx" disabled>
the same should apply to checkbox :-P
It might only for IE, not Netscape!
my problem here is:
When i use <form enctype="multipart/form-data">,
image can be uploaded but all form request variables return blank (or null?). Thus i remove "form-data".. Now form.request works, but uploaded file could not be read, thats why i have this error...
while testing the downloaded sample, i used different folder.. i did not use back that same folder and it shouldn't matter if i use different files too..
yes, of course u can! try this ;-)
<% Dim fso ' File System Object
'create Scripting.FileSystemObject object.
'We will be using this FileSystemObject to
'iterate through the files in "uploaded" folder and display a list of them.
Set fso =...
Hi,
I'm using a sample (upload.asp) downloaded from http://www.asp101.com/articles/jacob/scriptupload.asp
to try uploading files to a specified folder..
The sample works fine but not after integration with my code :-(
I get the following error:
Request object error 'ASP 0206 : 80004005'...
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.