RE: [PHP] Stopping users to see uploaded files

2005-05-30 Thread Kim Madsen
-Original Message- From: symbulos [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 6:50 PM To: php-general@lists.php.net Subject: RE: [PHP] Stopping users to see uploaded files Thanks everybody for all the useful suggestions. That way´s just fine. You could upload directly

[PHP] Stopping users to see uploaded files

2005-05-27 Thread symbulos
Dear friends, we are using php for developing a small tool for uploading files for download (publications). Using the usual move_uploaded_file, the publications are loaded into a directory where the webserver can write / read. Unfortunately, that means every person who connects to the

RE: [PHP] Stopping users to see uploaded files

2005-05-27 Thread Kim Madsen
-Original Message- From: symbulos [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 1:00 PM Unfortunately, that means every person who connects to the directory can see the files. If some of the files are for sale, how do you stop the user from seeing them / downloading them

RE: [PHP] Stopping users to see uploaded files

2005-05-27 Thread symbulos
Thanks everybody for all the useful suggestions. That way´s just fine. You could upload directly to the dir outside webscope if You like? How do we do that? Thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php