Ask a Question related to ASP, Design and Development.
-
Jeff Thies #1
Huge ASP file upload and ActiveX error
Hello,
I (well someone else) need to upload large files. I had the Huge ASP
upload installed (Pstruh). It came recommended here.
Using the sample script I get this error when uploading:
Error Type:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'ScriptUtils.ByteArray'
/upload.inc, line 53
What does that mean?
Jeff
Jeff Thies Guest
-
How to upload a file to 2 FTP sites without an upload component for company
Hi All I can't get round this because it's a local government thing, but I've done a CMS for a school (in ASP classic) that allows them to upload... -
error on file upload
Has anyone had this problem... my client is using Contribute CS3 on a mac and getting this error when he tries to upload and link to a PDF. "While... -
Get an error when trying to upload a file on CF 4.5using makeunique.
I've recently taken over an old application that uses ColdFusion 4.5. I'm experiencing a problem with pages that use the CFFILE tag with attribute... -
Upload huge file size: "The page cannot be displayed" browser error
I have an upload file operation in the web application. UploadForm.asp is the form, and UploadAction.asp is the form processing. ... -
File upload. Huge files
Hi, This is topic that has been discussed thousand times, however. Classic approach is to use HttpPostedFile object, check if it's not null, and... -
Paal Andersen #2
Re: Huge ASP file upload and ActiveX error
"Jeff Thies" <cyberjeff@sprintmail.com> wrote in message
news:3F432B7C.1E88BB3A@sprintmail.com...> Hello,
>
> I (well someone else) need to upload large files. I had the Huge ASP
> upload installed (Pstruh). It came recommended here.
>
> Using the sample script I get this error when uploading:
>
> Error Type:
> Microsoft VBScript runtime (0x800A01AD)
> ActiveX component can't create object: 'ScriptUtils.ByteArray'
> /upload.inc, line 53
>
> What does that mean?
>
> Jeff
Well it means there is an error in line 53
Post the line (53) pzl :)
Paal
Paal Andersen Guest
-
Jeff Thies #3
Re: Huge ASP file upload and ActiveX error
Paal Andersen wrote:It's just this:>
> "Jeff Thies" <cyberjeff@sprintmail.com> wrote in message
> news:3F432B7C.1E88BB3A@sprintmail.com...>> > Hello,
> >
> > I (well someone else) need to upload large files. I had the Huge ASP
> > upload installed (Pstruh). It came recommended here.
> >
> > Using the sample script I get this error when uploading:
> >
> > Error Type:
> > Microsoft VBScript runtime (0x800A01AD)
> > ActiveX component can't create object: 'ScriptUtils.ByteArray'
> > /upload.inc, line 53
> >
> > What does that mean?
> >
> > Jeff
> Well it means there is an error in line 53
>
> Post the line (53) pzl :)
Set Binary = CreateObject("ScriptUtils.ByteArray") 'Creates ByteArray
object
There's an OCX named ScptUtl.OCX, could it be referring to a problem
in there? If so what?
You know that other environments give more usefull error messages!!!
Jeff
>
> PaalJeff Thies Guest



Reply With Quote

