Click to See Complete Forum and Search --> : uploading files
Harvey
04-04-2001, 03:18 AM
What does it take to set up a website so that users can upload files onto the server themeselves? Without going through ftp that is.
I plan to use some kind of password system with htaccess or htpasswd or you know, apache password controled directories so just anyone can't do it but...
anyway, is this possible? basically what do i need to do to get this working? Thanks for any input!
Fandelem
04-04-2001, 10:27 PM
php can do this very nicely.
i've written a larger scale version of this, but spent a few minutes making it just uploading (with password protection)
you may download the source at http://www.fandelem.com/upload.phps
if you have any other questions, feel free to let me know.. fandelem@hotmail.com
cheers,
~kyle
edit: btw, if you need a good PHP editor, i recommend PHPED (you can get it from my site as well, http://www.fandelem.com/phpedsetup.exe or any search engine with the keywords "phped" will bring you their website)
[ 04 April 2001: Message edited by: Fandelem ]
Harvey
04-12-2001, 07:34 PM
Thanks for the tip man, I'll try to implement that either tonight or tomorrow and I'll tell ya how it goes.
Is php the quickest way to get this going?
I wonder if apache has any built-in features to make this possible?
Havn't had much time to look around yet, but i'll get on it soon.