On 18 Sep 2005, at 19:58, david bovill wrote:

Hi Dave,

On 18 Sep 2005, at 18:54, Dave Cragg wrote:


    put "<file>" & someFile into tFile


Tried it - but no joy :(


if libUrlMultipartFormAddPart(tForm,"file", tFile, tType, tEnc) is empty then


This line should be

if libUrlMultipartFormAddPart(tForm,"file", tFile, tType, tEnc) IS NOT empty then

Cheers
Dave
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to