Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jhermiz
3564 Posts |
Posted - 2004-01-26 : 14:56:51
|
I tried to create and use an Upload feature in a forum I'm doing in ASP. I try to run a function...and I get:Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /spi/functions/functions_upload.asp, line 108 Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.so I goto line 108 and it fails on this...Set objUpload = Server.CreateObject("Persits.Upload.1")I'm not sure why though??I also went to the MS site but it took me no where!Thanks,Jon |
|
MichaelP
Jedi Yak
2489 Posts |
Posted - 2004-01-26 : 16:14:34
|
Persits.Upload.1 is a custom DLL that would need to be installed on the webserver. I'm not sure if it's free.Do some searching on <input type="file"> That's how I do file uploads.Michael<Yoda>Use the Search page you must. Find the answer you will.</Yoda> |
|
|
|
|
|