ASPPowUpload 1.0 control documentation
Installation:
- 1. Copy ASPPowUpload dll:
File ASPPowUpload.dll stored in the \Common folder should be accessible for application. Copy this file to System32 folder or to the root of application folder. Set Read and Execute permissions for IUSR_MACHINENAME (Anonymouse user) or for other users if impersonation used.
- 2. Register COM.
Run command to register DLL: "regsvr32 path_to_ASPPowUpload.dll".
If you placed file to System32 folder just run
"regsvr32 ASPPowUpload.dll"
ASPPowUpload removal:
- 1. Run command to unregister DLL: "regsvr32 /u path_to_ASPPowUpload.dll"
- 2. Delete all copies of file ASPPowUpload.dll within your applications.