Home     Products      Support      Corporate     Sign In 
Support Knowledge Base, Article 269
Product
FileUp
Version
2.x, 3.x
Title
Are versions 3 and 4 of FileUp backwards compatible with 2.x?
Problem
Is version 3.x or 4.x of FileUp backwards compatible with version 2.x?
Solution
FileUp is completely backwards compatible, aside from one minor issue:

The IsEmpty property was not a true boolean in v. 2.x. (See our KB article #55 at http://support.softartisans.com/kbview.aspx?ID=55

So if you had any error handling using IsEmpty, you would need to change it from

if up.IsEmpty = 1


to

if upl.IsEmpty = TRUE
'or 
'if upl.IsEmpty


Otherwise, all your previous code should work.
Created : 7/18/2003 11:30:14 AM (last modified : 7/18/2003 11:50:51 AM)
Rate this article!
 
Comments