Forums
This topic is locked
Pure ASP Upload nightmare.
19 Mar 2003 10:59:18 jon mold posted:
<font face='Verdana'>Hello, I have used the Pure ASP Upload extension before with no problem. What I am currently trying to do is upload a sample to a table. My site resides on a WIN NT machine, using a MS Access db.
It loads a small 15Kb MP3 sample fine. But when you ask it to upload a 250Kb sample MP3 I get the following page error:
-------------------------
Request object error 'ASP 0104 : 80004005'
Operation not Allowed
/admin/add_sample.asp, line 29
--------------------------
FROM DW MX
Line 29 : RequestBin = Request.BinaryRead(Request.TotalBytes)
Line 30: Set UploadRequest = CreateObject("Scripting.Dictionary"

BuildUploadRequest
Line 31 :RequestBin, """../tracks""", "file", "", "uniq"
I have set the max upload size to "", blank (unlimited size Kb). I have also tried uninstalling and reinstalling the extension.
HELP PLEASE...
</font id='Verdana'>
Replies
Replied 22 Mar 2003 21:34:46
22 Mar 2003 21:34:46 George Petrov replied:
Maybe you have a bit too old NT server. Try updating the VBscripting engine - get the latest from msdn.microsoft.com/scripting
Greetings,
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFreaks.nl
--------------------------------------------------
Greetings,
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFreaks.nl
--------------------------------------------------