Hi This is what I have done...
1. Deleted and re-installed the extension on my development PC.
2. Created new test pages.
3. Tested on my development PC. Test result: Successful, except for this error "Object doesn't support this property or method: 'objResize.GetResizeComponent'" on this line: resizeComponent = objResize.GetResizeComponent(resizeComponent) in the file called aspupload.asp. The error only occurs for image files (obviously) but I am not attempting to resize, so it shouldn't throw this error. I reported this error to you in a previous post on this forum, but it seems to have been deleted.
4. Loaded the exact same files on my client's server for testing. Test result: Failure. The "Add file" button is unresponsive and it appears as if the component has a blank file displayed in the panel. I supplied an image link in a previous post on this forum. Also, I note that the (what I assume to be) images in the buttons are not displaying i.e. the +image in the Add files button; the circle and arrow in the Start upload button; and the no entry image in the Cancel upload button. Also, this error is displayed: Error: Object doesn't support property or method 'addEventListener'.
5. Loaded the exact same files on my own web testing site and tested it. Test result: Successful, except for this error "Object doesn't support this property or method: 'objResize.GetResizeComponent'" on this line in file aspupload.asp: resizeComponent = objResize.GetResizeComponent(resizeComponent). To overcome this error I have modified your aspupload.asp file as follows:
'if resizeComponent = "0" then if resizeComponent <> "0" then resizeComponent = objResize.GetResizeComponent(resizeComponent) end if if resizeComponent = "0" then exit function end if
My conclusion is that there is a configuration setting on my client's server that is causing the resizeComponent = objResize.GetResizeComponent(resizeComponent) error, but I don't know what can it be or how to troubleshoot it further?
You can test these files on my test web site at: http://fiddle.tawandalearning.com/Test/DWZoneUpload.asp
Please, I'm desperate to sort this out because my client is expecting the upgrade to multiple file uploads.
Thanks |
|
|