Search found 1 match
- Fri Dec 17, 2004 1:38 am
- Forum: PHP - Code
- Topic: PHP file upload 'basename'?
- Replies: 1
- Views: 289
PHP file upload 'basename'?
Hi. A question on file upload. The user signs in using his/her 'user_id'. He/She wants to upload a file. I want the file submitted by the user to be uploaded to a folder named after the user's id. By default, a folder named after the user's id is created once he/she signs up as a user. The php code ...