Re: [PHP-DB] how to store a files submit by user?

2001-03-11 Thread Sridhar Ranganathan
hi refer to the section of FILE UPLOAD in the PHP manual. check out Zend and devshed for more info hth >From: "Osman Omar" <[EMAIL PROTECTED]> >To: "php4" <[EMAIL PROTECTED]> >Subject: [PHP-DB] how to store a files submit by user? >Date: Sun, 1

[PHP-DB] how to store a files submit by user?

2001-03-11 Thread Osman Omar
Hi again, My problem is like this, I want my user able to send a file (eg PDF file) to server. and server will copy this file and store into a specific directory A path to this file is store inside my database I try using 'copy($file,$path)' and it works on local side only. any idea? -- PH