473,657 Members | 2,479 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

AspSmartUpload Error 80020009


Due to my browser being danishm the error message will not mean much t
most of you. It is an "Unspecifie d problem" with "Provide
(0x80004005)"
POST Data: error '80020009'

The error only arrives with some apperently random files bein
uploaded.

Please Help
The codes being used for the upload is:
Response.Write "<form method=""post"" action=""./item/upload.asp"""
Response.Write "enctype=""mult ipart/form-data"" name=""UploadFo rm"">"
Response.Write "<input type=""hidden"" name=""itemidq" " value="""
Response.Write "" & rs("itemID") & """>"
Response.Write "<input type=""file"" name=""fileen"" size=""30"">"
Response.Write "<input type=""submit"" value=""Upload"
name=""send"">"
Response.Write "</form>"

And Upload.Asp Contains

Set myupload = Server.CreateOb ject("aspSmartU pload.SmartUplo ad")

myupload.Allowe dFilesList = "gif,jpg,jpeg,G IF"
myupload.MaxFil eSize = 50000

myupload.Upload

sqlDelete = "DELETE FROM imageData WHERE imageID = " &
myupload.Form(" itemidq")
conn.Execute(sq lDelete)

'Create Connection
'Set Conn = Server.CreateOb ject("ADODB.Con nection")
'Conn.Open "Provider=Micro soft.Jet.OLEDB. 4.0;" & _
' "Data Source=" & Server.MapPath( "data.mdb")

Set Rs = Server.CreateOb ject("ADODB.rec ordset")
Rs.Open "SELECT * FROM imageData", conn,3,3

'Select each file
For each file In myupload.Files
If not file.IsMissing Then 'Check for missing file
'Add the current file in database
Rs.AddNew
file.FileToFiel d Rs("imgDta")
'Rs.Fields("img Dta") = "..."
Rs("imageID") = myupload.Form(" itemidq")
Rs.Update
intCount = intCount + 1
End I

--
SayMyNam
-----------------------------------------------------------------------
SayMyName's Profile: http://www.msusenet.com/member.php?userid=95
View this thread: http://www.msusenet.com/t-187040460

Jul 22 '05 #1
2 6105
SayMyName wrote:
Due to my browser being danishm the error message will not mean much
to most of you. It is an "Unspecifie d problem" with "Provider
(0x80004005)"
POST Data: error '80020009'


I've never dealt with this error. Have you tried Google?
http://www.google.com/search?q=AspSm...en&sa=N&tab=gw

Make sure you click the Groups link as well ...

Bob Barrows

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 22 '05 #2

The file..
http://www.magics.dk/Kopi%20af%2010indsigter.jpg
Provides trouble.
And the file...
http://www.magics.dk/Kopi%20af%20magicsdk.jpg
Is no troubl

--
SayMyNam
-----------------------------------------------------------------------
SayMyName's Profile: http://www.msusenet.com/member.php?userid=95
View this thread: http://www.msusenet.com/t-187040460

Jul 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
6931
by: cam | last post by:
Hi: How can I rename the file being uploaded using ASPSmartUpload? I can set the other parameters ok, just looking for the syntax to rename the file. E.G. User uploading GIF file. I'd like to rename the file 'test.gif' ********
2
13824
by: Jake | last post by:
Hi group, I am trying to build a page that allows uploading My ISP only supports Smartupload I am testing on a small hubbed local network, with PWS Any help is appreciated. --------------------- 'rqstupl.asp contents <HTML>
0
2388
by: Jake | last post by:
Hi All, > Hi experts, > > I am trying to build a page that allows file uploading from a browser > My ISP where the page will be located, only supports Smartupload > I am testing on a small hubbed local network, with PWS > Any help is appreciated. > --------------------- > 'rqstupl.asp contents
1
4066
by: Chris | last post by:
I get the follow error on a linux box that is running sun asp: CDONTS.NewMail.1 error '80020009' unable to connect to server The error occurs when the Send Command is Executed. Here is my code Dim objCDO 'CDO object ' Send it to ...
2
2578
by: SayMyName | last post by:
Due to my browser being danishm the error message will not mean much to most of you. It is an "Unspecified problem" with "Provider (0x80004005)" POST Data: error ''80020009'' The error only arrives with some apperently random files being uploaded. Please Help The codes being used for the upload is: Response.Write "<form method=""post"" action=""./item/upload.asp"""
6
3074
by: Séverine Donnay | last post by:
Hello, I try to use the replace function with a very long text and I have this error : error '80020009' Exception occurred. Do you have any idee to resolve this problem ? Thanks
4
6252
by: david | last post by:
I am getting the following error: Error Type: ADODB.Field (0x800A0BB9) Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. When this code snippet is executed.
2
6009
by: MitchellEr | last post by:
Hi, I've seen various forum posts that mention the ability to set ASPSmaryUpload's Codepage property in order to handle UTF-8 and other character encodings. Example: http://www.thescripts.com/forum/thread102044.html I'd like to set this property so that foreign characters in form submissions are posted correctly especially for text fields. When I try doing it, I receive the following message: Microsoft VBScript runtime (0x800A01B6)...
4
5270
by: =?Utf-8?B?VG9kZA==?= | last post by:
I am using Windows XP and have registered the aspsmartupload dll and moved it into the system32 directory. I get the following error Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80070005) General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x918 Thread 0xa90 DBC 0x96768d4 Jet'.
0
8325
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8844
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8518
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8621
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7354
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5643
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1971
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1734
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.