I'm attempting to create a simple script that takes a user defined file from their local desktop and post the file to the remote server.
first off I would need this -
<INPUT type=file size=30 name=file> to open a dialog box and the user can load the file in.
next...What should I do? <form post>???
Can I do a ftp system command to send and mv the file into the right directory? What would be the simplest?
Thanks
first off I would need this -
<INPUT type=file size=30 name=file> to open a dialog box and the user can load the file in.
next...What should I do? <form post>???
Can I do a ftp system command to send and mv the file into the right directory? What would be the simplest?
Thanks