Multipart forms?

Dave Cragg dcragg at lacscentre.co.uk
Sun Sep 18 15:30:35 EDT 2005


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



More information about the use-livecode mailing list