The only object I know of that will produce this error is ASPSmartUpload. The error is as follows:
aspSmartUpload.File error '80040460' Unable to save file (Error 1120) /<file>.asp, line <line> |
This is usually due to a permissions problem. Make sure IUSR_<machineName> (or the authenticated user) has write permissions to the folder indicated in the save method, and that this folder is referenced in absolute local path terms (e.g. c:\folder\).