Hi Thanks. That resolved it. I've never encountered the concept of a "void file" before and I can't see the point of it. Anyway, moving on...
FYI
I also had to change a line of code in the ASPUload.asp file because I was getting this error: Microsoft VBScript runtime error '800a01b6' Object doesn't support this property or method: 'objResize.GetResizeComponent' /Tawanda/dwzMultipleUpload/ASPUpload.asp, line 1217
FROM: if resizeComponent = "0" then resizeComponent = objResize.GetResizeComponent(resizeComponent) end if if resizeComponent = "0" then exit function end if TO if resizeComponent <> "0" then resizeComponent = objResize.GetResizeComponent(resizeComponent) end if if resizeComponent = "0" then exit function end if
I haven't tried resizing an image yet so I don't know if this is the correct thing to do. However it seems wrong to have the same condition have two different actions and now I don't get the error.
I will continue with testing/familiarising myself with the Extension.
Regards |
|
|