This time my problem is a bit more involved, and I've done some research.
So, in a nutshell, this is what I need to do:
Upload a file from my computer to a webserver (using a script that is running on the webserver) and then have that file uploaded to another ftp server.
I did a little bit of research and found this thread:
viewtopic.php?t=19765&postdays=0&postor ... ad&start=0
However, being a novice, a lot of it doesn't make sense to me and there are a lot of stray ends.
Basically what I've gathered is that I can use an html form (?i think?) with a file input to upload the file to a temporary directory on the webserver (although I'm not quite sure how) and then upload it to the other ftp server (this I know how to do, and don't worry, I don't need to move it to a permanant directory because I want it to delete after the script is finished).
If someone could explain how to get this to work (in as laymen terms as you can make it) it would be great. It might even be the start of a tutorial for it you could write
Thanks,
-CEJ