I'm gonna write some code to do upload file to database. It's easy when the file is small, but not when it comes to a large file. How can you know how large a file PHP can let you to upload. Is there anyway to overcome that? What kind of trouble when I write into the database (MySQL) a large amount of data? Thanks.