DwZone Forum DwZone Forum
Welcome to the DwZone-it Forum
 
  FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  
    RegisterRegister -->   LoginLogin  
Multiple file upload  
DwZone Forum Index -> Multiple file upload

Moderators: AdministratorsModerators 
Hint: For improved responsiveness, use Internet Explorer 4 (or above) with Javascript enabled, choose 'Dynamic' from the View dropdown and hit 'Set Options' to save your changes.
New Topic Search for
 View     Per page     Messages Since 
Messages 31 to 40 of 195 (Total: 181) First |  Prev |  Next |  Last  
 Subject Author Date  
   Re: The include file '../Connections/Void.asp' was not found.   
View this persons public profile  Gianluigi   2:18 26 Jul 2015  
   Re: The include file '../Connections/Void.asp' was not found.   
View this persons public profile  Neil Henderson   2:50 26 Jul 2015  
   Re: The include file '../Connections/Void.asp' was not found.   
View this persons public profile  Gianluigi   2:53 26 Jul 2015  
   Re: The include file '../Connections/Void.asp' was not found.   
View this persons public profile  Neil Henderson   3:34 26 Jul 2015  
   Re: The include file '../Connections/Void.asp' was not found.   
View this persons public profile  Gianluigi   3:43 26 Jul 2015  
   Re: The include file '../Connections/Void.asp' was not found.   
View this persons public profile  Neil Henderson   4:02 26 Jul 2015  
   Re: The include file '../Connections/Void.asp' was not found.   
View this persons public profile  Gianluigi   4:05 26 Jul 2015  
    Re: The include file '../Connections/Void.asp' was not found.   
View this persons public profile  Neil Henderson   4:43 26 Jul 2015  
 
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
 
Reply to this current thread  View this persons public profile  Send Private Message
   Subscript out of range error: '[number: 0]'  
View this persons public profile  Steve Skinner   11:42 13 Jul 2015  
   Re: Subscript out of range error: '[number: 0]'  
View this persons public profile  Gianluigi   11:49 13 Jul 2015  
Last Visit: Saturday 28 Dec, 2024 1:24 pm First |  Prev |  Next |  Last  
 Login
Username:  Password:    
Read Message Read Message   Unread message Unread message
Read message [popular] Read message [popular]   Unread message [popular] Unread message [popular]
Read message [locked] Read message [locked]   Unread message [locked] Unread message [locked]
All times are GMT-1

Jump to: