WordPress has a very distinct way of doing things when it comes to file uploads. There is the restriction that PHP puts into place with file uploads (ie upload_max_filesize and post_max_size), and restrictions that WP puts in via values in the database. With the PHP values, if you need to upload large files you will…
June, 2009
-
-
Today I decided that I am going to write up a things I’ve learned section to my blog. It probably won’t be much, and most likely no one will read it, but I need a place that I can write down these things so I can find them in the future. Leaving it up to…