Persits.Upload
I 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? ....
View Replies
ADVERTISEMENT
I 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:
View Replies
View Related
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
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.....
View Replies
View Related
how can i upload all the files of a folder which is selected by the user using persits.upload
View Replies
View Related
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 ....
View Replies
View Related
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 Related
I 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
View Replies
View Related
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
View Replies
View Related
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?
View Replies
View Related
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 Related
I'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:
View Replies
View Related
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: .....
View Replies
View Related
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.)
View Replies
View Related
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: ....
View Replies
View Related
I'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.
View Replies
View Related
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.
View Replies
View Related
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
View Replies
View Related
using persits file uload component ..up to what size of image we can upload. there is any limit for image size?
View Replies
View Related
I m using persits mailsender component for email purpose.. it was working perfectly........but now i m getting following error....
View Replies
View Related
We face problems uploading excel (with macros) documents using HTML
File Upload.
The file contents are corrupted while viewing the same. However, we
are able to upload excel (w/o. macros) documents successfully. Is
there anything we have to take care of, while handling uploads of
excel documents with macros?
View Replies
View Related
I have been using pure asp upload for uploading pictures and files fo rome time now.
I have a question about it thou - Is there any chance that the pure asp upload can upload a file to a directory and then copy it to a backup directory?
If anyone ever come accross this issue please let me know how u resolve it.
View Replies
View Related
I use a windows application that can upload data to a http server.
I don't know exactly how the application uploads the data, but looking at the data communication I can see that the application tries to post data of type "multipart/form-data".
How can I make an asp script on my webserver that receives this data and store in on the hard drive?
View Replies
View Related
Is there any way to upload an image from a URL in ASP? I'm sure it's possible, but I can't find anything on it.
View Replies
View Related
How to Upload files in Asp with small source codes.
View Replies
View Related
I need to upload files from a web page to the server using ASP.
I've tried the following:
Can't use ASPUpload (persits) because it costs money
Can't use ASPFree because it requires VBScript 5.0
Tried ASPSmart and it says you need to save dlls to the NT Server. I dont think I can do this with my host.
Tried Dundas, but I'm completely lost with how to use it. It only seemed to download help files.
Can anybody recommend something simple to use? I don't need anything flash. Just the ability to upload a single file.
View Replies
View Related
on my site www.mutedesigns.co.uk/ws
if you log in
user: test
pass: test
and add a new picture, browse for picture then click upload, it asks you to copy and paste the name you just uploaded into the form field after UPLOADS/
how do i get to insert this filename into the database?
View Replies
View Related
We have a page that handles uploads, but it's hitting the 90 sec default timeout. If place this server.ScriptTimeout = 150 at the top of the page, will it set the time out for just the one asp page, or reset the value at the server level, and thus adjust it for everything.
View Replies
View Related
i manage to store the picture pathname into database... c:folders
lablabla....with my primary key A
but how do i retrieve it back with my primary key ?? it is simple to
do in php and .net
View Replies
View Related
I want to offer the ablity for a user to upload an image to a specified directory on the server whilst inserting a record into a mysql database.
For example a user wants to add a new employee. They enter the revelant information into the form and they upload an image connected to that new employee about to be inserted.
Is this possible? how would you upload the image and link the image to the recordset in the database?
View Replies
View Related
is there a way i can use GET method to pass the upload file value. I mean somethin like: have the file field on one page where you get to choose the file and then there is a submit button which calls the the actual upload script which has a button named Upload.
Is that posible to do? cuz all the upload scripts i've seen so far has the file field in the same file as the code that uploads.
View Replies
View Related
Been using the same upload script for over 2 years. Recently, 2 images have given the error below. One was a pdf and one was a bmp. Other (and larger file size) pdf's and bmp's have uploaded with no problem. What could be different about these two images that would cause this error?
Persits.MailSender.4 error '800a0007'
The system cannot find the file specified.
View Replies
View Related
Sometimes I have a problem in upload file (not allways). My cod is:
Public Default Sub Upload()
Dim biData, sInputName
Dim nPosBegin, nPosEnd, nPos, vDataBounds, nDataBoundPos
Dim nPosFile, nPosBound
biData = Request.BinaryRead(Request.TotalBytes)
nPosBegin = 1
nPosEnd = InstrB(nPosBegin, biData, CByteString(Chr(13)))
The error that appears is in line "biData = Request.BinaryRead(Request.TotalBytes)"
View Replies
View Related