I am a newbie, obviously I am here, and I have reviewed most (if not all) of the issues for uploading images/files to a server but I have a different perspective.
I am working on a script for people to use there WebTV to upload images/files to a remote server. Thus the issue is they are basically the "admin" (no?) that tells one server to upload an image, for example, from another server. It must be done in the fashion since webTV (msnTV) has to hd or caching capabilities.
I am wondering if this is some sort of FTP protocol with remote handling? But I will assign a user with a destination folder. I am using WinXP (for now, Linux/apache are just a bit around the corner) with Sambar Server, PHP 4.2.3.
I have reviewed the FOPEN scripts with FWRITE and all indications are that the file is being read where the file being read address is a URL (http://server.com/image.gif) and the destination being what? Should I be using a Windows addrss such as c:/server_path/doc_dir/vhost/user/files/..... ?
I know that this is very easy for the advanced and experienced but I get a bit lost in the correct methods of even approaching this project.
The typical <input type="file" name=" ...... > will NOT work with the webTV user since they have no stored files.
There is a great example at: http://www.transloader.com/tl.cgi where it clearly is an FTP method. I run an FTP server and can EASILY assign a user with a directory so the issue is how to tell PHP on my server to upload THAT image/file to that location.
Thank you so much for your help.
Sincerely.... majoy newbie