Newbie

Frank D. Engel, Jr. fde101 at fjrhome.net
Fri Mar 11 13:22:01 EST 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On Mar 11, 2005, at 12:40 PM, Stephen wrote:

> Ok I just downloaded RB and have some projects in mind. I am now going  
> through

First of all, I will assume you mean Revolution, not RealBasic.  If you  
are looking for help with RealBasic, you are on the wrong list ;-)

> What I would like to do is have a button that will upload via FTP to a  
> site/dir.
> I do not want to display the connection info or have them pick files  
> to upload.
> I going to do that with another part of the program, I hope. To make  
> it simple
> I am going to let the user pick a picture from there computer and  
> scale it. Once
> I have it scaled I want to have a button that will upload the pic to  
> their dir.
> I will be setting up a FTP account for each user.

on mouseUp
   -- direct content to FTP site upload
   put "This is the content of my file!  Wow!" into URL  
"ftp://myUsername:myPassword@ftp.myFTPserver.com/myPath/myFile.txt"

   -- binary file to FTP site upload
   put URL "binfile:/Users/myUsername/myBinaryFile.png" into URL  
"ftp://myUsername:myPassword@ftp.myFTPserver.com/myPath/ 
myRenamedBinaryFile.png"
end mouseUp


(hint: go to the Dictionary section of the docs and type "URL" in the  
filter box, then look for the "URL keyword" entry in the list).


> Anyway hope I did not sound tooo newbish and any links advice are  
> greatly
> appreciated.

nah, and sure.


- -----------------------------------------------------------
Frank D. Engel, Jr.  <fde101 at fjrhome.net>

$ ln -s /usr/share/kjvbible /usr/manual
$ true | cat /usr/manual | grep "John 3:16"
John 3:16 For God so loved the world, that he gave his only begotten  
Son, that whosoever believeth in him should not perish, but have  
everlasting life.
$
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFCMeHJ7aqtWrR9cZoRArLQAJoDfv3HgwvJF1mCYdwzBkkfeJcQPACgjY7+
zH96apbJni4FSiOyNsLLi0k=
=4rF+
-----END PGP SIGNATURE-----



___________________________________________________________
$0 Web Hosting with up to 120MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com



More information about the use-livecode mailing list