I've searched through a lot of posts here and on other forums and also read through the PHP docs. I have the same concerns that a lot of the other posts have but I don't think my FTP questions have been answered...
I need to upload large files (50MB max) from client machines not running PHP (usually Windows) to a *nix server I do not have telnet access to. I can successfully upload files to it using command line from my Windows machine.
Am I correct in assuming that I can NOT use FTP functions to move these files? Reading other posts makes me believe this is not possible without PHP on the client machines.
Is extending the timeouts the only thing I can do to allow a 50MB file to move to the server using HTTP?
Thanks for any and all input! I'm just looking for the answers to sum up the information I've found out there.
I need to upload large files (50MB max) from client machines not running PHP (usually Windows) to a *nix server I do not have telnet access to. I can successfully upload files to it using command line from my Windows machine.
Am I correct in assuming that I can NOT use FTP functions to move these files? Reading other posts makes me believe this is not possible without PHP on the client machines.
Is extending the timeouts the only thing I can do to allow a 50MB file to move to the server using HTTP?
Thanks for any and all input! I'm just looking for the answers to sum up the information I've found out there.