Scott,

Don't know if this helps at all, but here's how I calculate checksum's
for files:


function getChecksum pFilePath
 if there is not a file pFilePath then return ""
 return URLencode(md5digest(URL ("binfile:" & pFilePath)))
end getChecksum
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to