Airstash Wireless Communication
Posted: Tue Mar 20, 2012 11:20 pm
Hi, I'm just getting started and am having fun so far. My first project was made to read and write text files wirelessly to an Airstash (a wifi jumpdrive/card reader) that I bought to use with my iPad. The "put url" worked in both directions from livecode on my desktop machine.
and
How hard is the xml/webDAV process to create folders? I imagine the create folders would work when the drive was physically plugged in to the desktop, but it does not work via wifi.
Thanks for any thoughts,
Code: Select all
on mouseUp
put URL "~airstash_net/files/LiveCodeSample.txt" into field "text"
end mouseUp
Code: Select all
on mouseUp
put field "uploadfield" into URL "~airstash_net/files/02test.txt"
end mouseUp
Thanks for any thoughts,