Ask a Question related to ASP Database, Design and Development.
-
Allen Lee #1
ADODB.Stream Problem in Windows2003 Enterprise Edition!
I experienced a boring error while I migrated my company's
ASP application to a new Windows2003 server. That's the
code raised the error! It's used to save file when client
want to upload file to server.
upload.asp
----------------------------------------------
<%
Dim nbytes;
set stm=CreateObject("Adodb.Stream")
stm.write Request.BinaryRead(Request.TotalBytes)
set stm = nothing
%>
-------------------------------------------------
I got error in 'stm.write' function, it said it was not
permited.
Any help would be appreciated!
Allen Lee Guest
-
Enterprise Edition on 2 dual core CPU server?
Will the enterprise edition of ColdFusion that is licensed for 2 CPUs work on a server with 2 dual core CPUs (Dell PowerEdge 2950), and use them to... -
Why is coldfusion archives limited to enterprise edition?
Hi, i noticed on the developer/enterprise version of coldfusion, there's a feature call "ColdFusion Archives". But on my company's Coldfusion... -
FMS on Win 2003 Enterprise Edition
Holla All, Is there someone running Flash Media Server developers edition on Win Server 2003 Enterprise Edition. I'm working on such one and after... -
ColdFusion MX 7 Enterprise Edition - Installation Error
First of all I'd like to say hello to all of you, this is my first post and I'll probably be posting a whole lot more in the future as I'm now... -
ADODB Stream does not work
I am trying to manage a text file, but cannot read the file properly (nothing displays) and rewriting the data seems to only affect the buffer and...



Reply With Quote

