aspSmartUpload.dll
aspSmartUpload ist eine Komponente zum Uploaden von Files via Classic ASP und IIS. Installation unter C:\Windows\SysWOW64\ Registrierung der DLL mit dem Kommando: regsvr32 C:\Windows\SysWOW64\aspSmartUpload.dll 32-bit Applikation muß für den entsprechenden Applicationpool aktiviert sein. Beispielcode: <% ‚ Variables ‚ ********* Dim mySmartUpload Dim intCount ‚ Object creation ‚ *************** Set mySmartUpload = Server.CreateObject(„aspSmartUpload.SmartUpload“) mySmartUpload.TotalMaxFileSize = 8388608 mySmartUpload.MaxFileSize = 2097152 […]