Which method is easier on the server...
Posted: Thu Jun 13, 2002 9:02 pm
I'm using PHP to upload to the server through the browser. I have two methods of storing the files:
Thanks.
- fread() the file and store the file data in the database.
- copy() the file to a directory and then store the path to the file in the db
Thanks.