Pure ASP Upload 3 Support Product Page

This topic was archived

Error line 950 on IIS 7 on vista business

Reported 10 Jan 2008 23:13:38
1
has this problem
10 Jan 2008 23:13:38 alberto catagni posted:
continuing the previous discussion...
www.dmxzone.com/forum/topic.asp?topic_id=40396&NewsId=1622

<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>Alberto,

you are using an old version of Pure ASP Upload!

The latest version is 3.0.9 - Please download it from www.dmxzone.com/go?12064

Also you are posting in the ver 2 forums - you should post at the ver 3 forums:
www.dmxzone.com/forum/default.asp?NewsId=12064

Greetings,
George

--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
thanks for tour answer.. but I tried with the latest version but it won't work... always error at line 950
Provider error '80070057'

Parametro non corretto.

/ScriptLibrary/incPU3Class.asp, line 950

I think there is a problem there... <img src=../images/dmxzone/forum/icon_smile_dead.gif border=0 align=middle>

Could you please help me?
thanks

here it is my code:

<pre id=code><font face=courier size=2 id=code>
&lt;%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%&gt;
&lt;!--#include file="ScriptLibrary/incPU3Class.asp" --&gt;
&lt;!--#include file="ScriptLibrary/incPU3Utils.asp" --&gt;
&lt;%
'*** Pure ASP File Upload 3.0.9
' Process form form1
Dim pau, DMX_uploadAction, UploadRequest, UploadQueryString, pau_thePath, pau_nameConflict, pau_saveWidth, pau_saveHeight
Set pau = new PureUpload
pau.ScriptLibrary = "ScriptLibrary"
pau.ConflictHandling = "over"
pau.StoreType = "file"
pau.ProgressTemplate = "mac_look.htm"
pau.ProgressWidth = 400
pau.ProgressHeight = 100
pau.UploadFolder = """Upload"""
pau.ProcessUpload
pau.SaveAll
%&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;title&gt;Untitled Document&lt;/title&gt;
&lt;script type="text/javascript"&gt;&lt;%=pau.generateScriptCode()%&gt;&lt;/script&gt;
&lt;script src="ScriptLibrary/incPU3.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;form action="&lt;%=DMX_uploadAction%&gt;" method="post" enctype="multipart/form-data" name="form1" id="form1" onSubmit="&lt;%=pau.submitCode()%&gt;;return document.MM_returnValue"&gt;
&lt;input name="fileField" type="file" id="fileField" onChange="&lt;%=pau.validateCode()%&gt;;return document.MM_returnValue" /&gt;
&lt;input type="submit" name="button" id="button" value="Submit" /&gt;
&lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;

</font id=code></pre id=code>

Replies

Replied 11 Jan 2008 12:45:42
11 Jan 2008 12:45:42 George Petrov replied:
Hi Alberto,

Seems like some ADODB problem.

Could you check exactly what ADODB/MDAC version you have?

See support.microsoft.com/kb/301202

Greetings,
George

--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Replied 11 Jan 2008 15:06:12
11 Jan 2008 15:06:12 alberto catagni replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi Alberto,

Seems like some ADODB problem.

Could you check exactly what ADODB/MDAC version you have?

See support.microsoft.com/kb/301202

Greetings,
George

--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

I have windows vista business that ship with mdac 6.0
<img src=../images/dmxzone/forum/icon_smile_shy.gif border=0 align=middle>
Replied 20 Sep 2008 08:59:40
20 Sep 2008 08:59:40 Jerry Smith replied:
Any news on this? Seems Pure ASP 3 doesn't work on IIS 7.0, as I migrated from IIS 6.0 to 7.0 and I get this error, everything else works fine on the site <img src=../images/dmxzone/forum/icon_smile_sad.gif border=0 align=middle>
Replied 22 Sep 2008 16:59:07
22 Sep 2008 16:59:07 George Petrov replied:
Hi Jerry,

We have fixed this problem in Pure ASP Upload 3.0.10

Please download the latest version from www.dmxzone.com/go?12064

Greetings,
George

--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Replied 22 Sep 2008 18:47:53
22 Sep 2008 18:47:53 Jerry Smith replied:
Huh? In another topic I see it will be fixed in 3.0.11. I think I have 3.0.9, I'll try 3.0.10.

Reply to this topic