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
libURFTPLupload in WIndows standalone
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 349
- Joined: Tue Oct 28, 2008 1:23 am
- Contact:
-
- Posts: 349
- Joined: Tue Oct 28, 2008 1:23 am
- Contact:
Re: libURFTPLupload in WIndows standalone
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.