Forums
This topic is locked
Plz someone Help......
13 Apr 2004 03:14:00 B Mr posted:
I am using the Pure ASP Upload ext. v2.1.4. Here is my trouble.... I'm using DMX 2004, Access 2003 and ASP & VB.First of I always get the DB error 2.5 or greater has to be installed on the server. I talked to my hosting company and they confirmed that 2.7 was in the server. So to fix this I commented out the check in the script
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> 'Some checks before actual upload
Sub pau_doPreUploadChecks(sizeLimit)
Dim checkADOConn, AdoVersion, Length
'Check ADO Version
' set checkADOConn = Server.CreateObject("ADODB.Connection"

' on error resume next
' adoVersion = CSng(checkADOConn.Version)
' if err then
' adoVersion = Replace(checkADOConn.Version,".",","

' adoVersion = CSng(adoVersion)
' end if
' err.clear
' on error goto 0
' set checkADOConn = Nothing
' if adoVersion < 25 then
' Response.Write "<b>You don't have ADO 2.5 installed on the server.</b><br/>"
' Response.Write "The File Upload extension needs ADO 2.5 or greater to run properly.<br/>"
' Response.Write "You can download the latest MDAC (ADO is included) from <a href=""www.microsoft.com/data"">www.microsoft.com/data</a><br/>"
' Response.End
' end if
'Check content length if needed<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
After this I was able to upload a picture to a fold no problems....now adding some info. w/ the insert record behavior it no longer works. I get this error
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
--------------------------------------------------------------------------------
Please try the following:
Open the localhost home page, and then look for links to the information you want.
Click the Refresh button, or try again later.
Click Search to look for information on the Internet.
You can also see a list of related sites.
HTTP 500 - Internal server error
Internet Explorer
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
and the URL reads<b> www.betsyshomes.com/test.asp?GP_upload=true</b>
Now if I just try the insert record behavior by itself it works fine but after adding the Prue ASP it happens again.. The funny thing is that the picture get uploaded but the DB never gets updated with the new info. I'm completely stumped.....Plz any help here. I'm running short on time to complete the site.
Here are some links to the tests I have been doing and I'll attach the page also.
www.betsyshomes.com/test.asp
also you can download the entire folder here
www.betsyshomes.com/files.zip
thanks to all who help
Brian
Replies
Replied 13 Apr 2004 04:54:33
13 Apr 2004 04:54:33 Phil Shevlin replied:
You're better off using their support forum:
www.dmxzone.com/forum/default.asp?NewsId=1622
www.dmxzone.com/forum/default.asp?NewsId=1622