Error:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
Set Upload = Server.CreateObject("Persits.Upload") create object failed
Solution:
Download the aspupload.dll and register the dll by command prompt.
http://www.aspupload.com/download.html
Command Prompt
C:\Program Files (x86)\Persits Software\AspUpload\Bin>regsvr32 aspupload.dll
Thanks
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
Set Upload = Server.CreateObject("Persits.Upload") create object failed
Solution:
Download the aspupload.dll and register the dll by command prompt.
http://www.aspupload.com/download.html
Command Prompt
C:\Program Files (x86)\Persits Software\AspUpload\Bin>regsvr32 aspupload.dll
Thanks
No comments:
Post a Comment