Web Hosting Talk







View Full Version : a simple file upload page ??


expatCanuck
08-12-2008, 11:45 AM
Greetings.

I'd like to create a simple file upload page, ideally utilizing FTP under the hood ('cause some files transmitted might be large).

Any suggestions as to approaches, tutorials & sample pages most welcome.

As well, if there are any 'built-ins' in cPanel that I can leverage, I'd appreciate knowing about that. Similarly, if anyone has a sample script that shows how to take advantage of the cPanel's FTP administration, that'd be splendid.

Thanks kindly.

- Richard

elliptical
08-13-2008, 03:42 PM
Do you mean like a web FTP service? This is one of those: http://www.net2ftp.com/. Other than that, I don't really know of any services which provide file uploads through FTP to their own server.

expatCanuck
08-13-2008, 05:09 PM
Do you mean like a web FTP service? ...Nope. I mean using the appropriate PHP calls/functions/procedures that can invoke one's site's own FTP routines:
http://us.php.net/ftp
http://www.w3schools.com/PHP/php_ref_ftp.asp
Cheers,

- Richard