libURFTPLupload in WIndows standalone

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
adventuresofgreg
Posts: 349
Joined: Tue Oct 28, 2008 1:23 am
Contact:

libURFTPLupload in WIndows standalone

Post by adventuresofgreg » Mon Dec 19, 2011 5:39 pm

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

adventuresofgreg
Posts: 349
Joined: Tue Oct 28, 2008 1:23 am
Contact:

Re: libURFTPLupload in WIndows standalone

Post by adventuresofgreg » Mon Dec 19, 2011 6:03 pm

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.

Post Reply