Persits.MailSender
Still cant resolve what is causing this error
Persits.MailSender.4 (0x800A0019)
Software caused connect abort.
/pro1/sendmail.asp, line 88
line 88 is : obCDOMail.Send
Still cant resolve what is causing this error
Persits.MailSender.4 (0x800A0019)
Software caused connect abort.
/pro1/sendmail.asp, line 88
line 88 is : obCDOMail.Send
Hello I am having this error when trying to submit my form.
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
800401f3
Here is the error line:
Set Mail = Server.CreateObject("Persits.MailSender")
I read that this usually means that the .dll for persits needs to be registered on the server. The server is GoDaddy and I obviously cannot just register things on their servers on my own. I requested them to do this for me and they said that persits is part of aspupload and it is already installed and registered on the server. They can give no further assistance than that. The files actually upload to the correct folder but no mail is sent because of this error obviously. Is there something I am missing? Here is the code: .....
I'm currently working on a clients project, where I'm recoding an already established ecommerce website. It uses code from Persits Mailsender and ASPUploader.
Does anyone know of any free code, or free software that can replace these?
The website is currently coded in asp, on an IIS server running on windows xp.
getting an error message.
Error:
Type mismatch: 'AddAddress'
Code:
set adminmail = Server.CreateObject("Persits.MailSender")
adminmail.host ="smtp.snap.net.nz"
adminmail.From = "info@puafo.com"
adminmail.AddAddress rspuafo("Email")
adminmail.Subject = "Requested Password!"
adminmail.Body = "your password is: " & rspuafo("PuafoPassword")
adminmail.IsHTML = true
adminmail.Send
set adminmail = nothing
I m using persits mailsender component for email purpose.. it was working perfectly........but now i m getting following error....
View Replies View RelatedI just moved a site to a new host and now when I try to upload a picture for a real estate site I get:
D:hshomealcadminarizonarenttoown.comadminPIC_Upload.asp
Persits.Upload.1 error '800a0028'
This feature has been disabled by system administrator. Use File.SaveAsVirtual instead.
/admin/PIC_Upload.asp, line 25
Its something to do with this but I don't know how to correct: http://www.aspupload.com/object_upload.html#SaveVirtual
If I paste part of the code to my script could someone help me out if it is a simple fix? ....
The place I'm working for uses persits aspEmail and it seems always has but I've run into issues where I need to use the "premium features" and I won't release an unlicensed copy to a customer and I started wondering why we use persits at all. So far the only answer is "we've always done it that way".
For the scripts I've written I need embedded images and SMTP AUTH and while I haven't implemented it yet, I am wanting to include the queuing ability that persits offers.
CDOSYS is a part of the windows server, correct? That means it is already licensed with the server, right? Does persits aspEmail offer any advantages that would justify spending the cash for a developers license or should I just re-write all of the scripts to use CDOSYS?
Looking for the .exe aspgrid to install on IIS. The download link on aspgrid.com does not work . Any other webpages where i can find it ?
View Replies View RelatedI'm currently in the works of moving an asp website to my home server, and have had to change isp's etc. The idea is that when a customer clicks on a form on an asp page, the form is sent via Persits.Mail Sender to the isp's smtp server.
I've coded it all correctly, and basically it does send the emails via the isp's smtp server, but maybe once every 47 times, via repeatly sending the form. Code:
I am having a heck of a time resolving this error:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'path'
/_admin/inc_manage_create_listing_done.asp, line 12
This script is trying to post a form to a database and pictures to a folder. (line 12 is in red.)
I have put together a form where i can browse for an image and then upload this to my web site.
Then i would like to take the location of the new uploaded image and add it to my database.
This is where i am having trouble! i cannot seem to put the location(s) of the images into an array.....
I'm working on a website project for one of my senior design classes at my university, and I've run into some trouble. Unfortunately, my professor for which I'm doing the project has no real web experience. (Which is extremely aggrevating, since I'm trying to teach myself alot of things over my head)
I've created a form on my site, and I want to receive an email of user's inputs when they hit the submit button.
Code: ....
how can i upload all the files of a folder which is selected by the user using persits.upload
View Replies View RelatedI'm looking at purchasing Persits ASPUpload component for my work. Now it seems like it does everything I need. I need to be able to upload images, as well as resize the images (which will require another component called ASPJpeg). I want to hear some comments from people who have actually used this component, and what they thought about it.
I also need the ability to upload images to 4 servers. Can't find anything in their FAQ about it, but I got this to work for a script I made so I'm sure I could tweak the code and get the component to do this.
So if you have used this I want to hear all about your experiences, good and bad. If you have suggestions towards another component please tell me about that as well.
I have an ASP script which is used to upload files with Persits.Upload.1 object. But I can't get the values from mutliple checkboxes in the form like normally.
<form method="post" ENCTYPE="multipart/form-data"....>
<input type="checkbox" name="language" value="English">English
<input type="checkbox" name="language" value="Spanish">Spanish
<input type="checkbox" name="language" value="Chinese">Chinese ....
I'm putting a website on a different server to what I normally use and I've had to adjust from Persits.Upload to Persits.Jpeg. I'm not sure what I'm doing here? My code works fine on the old server. Code:
View Replies View RelatedI am using a form to upload images with Persits.Upload object. Now my problem is I cant use multiple checkboxes in the form.
In general forms I can use Form("checkboxName").Count to get the number of checkboxes selected and use Form("checkboxName")(i) to retrieve the value of each check box.
This doesnt work with Upload.Form
using persits file uload component ..up to what size of image we can upload. there is any limit for image size?
View Replies View RelatedI keep getting the following error message when attempting to run the below script.
Persits.Upload.1 (0x800A001)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
line 42.
line 42 is "File.ToDatabase Connect, SQL"
Code:
I need some help with aspupload and a database. I have used the same script before and it worked fine, but now it wont upload. Code:
View Replies View Related