Page 1 of 1

libURFTPLupload in WIndows standalone

Posted: Mon Dec 19, 2011 5:39 pm
by adventuresofgreg
Hi:

I am using LibURLftpupload in a windows standalone app and it doesnt seem to be 'nonblocking'. It will work if I invoke the command once, but when fired multiple times in a script, only the last one works. I use "libURLftpUpload mydata,FTPurl" in a button, then have another script send mouseup to the button multiple times for a bunch of different fields. Only the last one actually is uploaded to the ftp server - it is as if each time my script sends mouseup to the libURLftpUpload button, it cancels the current libURLftpUpload opperation and starts a new one.

thanks,
Greg

Re: libURFTPLupload in WIndows standalone

Posted: Mon Dec 19, 2011 6:03 pm
by adventuresofgreg
I think I resolved this issue. I removed the libURL function from the button and added it into my main script and it works fine.